2009-09-02 17:10 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/contrib/hbnetio/netio.h
    * added small description
This commit is contained in:
Przemyslaw Czerpak
2009-09-02 15:10:43 +00:00
parent d601033481
commit 2292b1a503
2 changed files with 5 additions and 0 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-09-02 17:10 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbnetio/netio.h
* added small description
2009-09-02 17:04 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbnetio/netiocli.c
! fixed typo - thanks to Mindaugas

View File

@@ -102,6 +102,7 @@
/* { NETIO_SIZE, file_no[2], ... } -> { NETIO_SIZE, size[ 8 ], err[ 2 ], ... } */
/* { NETIO_COMMIT, file_no[2], ... } -> NULL */
/* { NETIO_CLOSE, file_no[2], ... } -> { NETIO_CLOSE, ... } */
/* alternative answer for all non NULL messages: -> { NETIO_ERROR, err[ 2 ], ... } */
/* netio errors */
#define NETIO_ERR_UNKNOWN_COMMAND 0xff01