src/server/public/nsapi.h

changeset 58
66c22e54aa90
parent 56
c6cf20b09043
child 59
ab25c0a231d0
equal deleted inserted replaced
57:b3a89736b23e 58:66c22e54aa90
1313 #define netbuf_replace netbuf_replace 1313 #define netbuf_replace netbuf_replace
1314 #define netbuf_next netbuf_next 1314 #define netbuf_next netbuf_next
1315 #define netbuf_getbytes netbuf_getbytes 1315 #define netbuf_getbytes netbuf_getbytes
1316 #define netbuf_grab netbuf_grab 1316 #define netbuf_grab netbuf_grab
1317 1317
1318 /* file */
1319 NSAPI_PUBLIC int system_fread(SYS_FILE fd, void *buf, int nbyte);
1320 NSAPI_PUBLIC int system_fwrite(SYS_FILE fd, const void *buf, int nbyte);
1321 NSAPI_PUBLIC int system_fclose(SYS_FILE fd);
1322
1318 NSAPI_PUBLIC int util_errno2status(int errno_value); 1323 NSAPI_PUBLIC int util_errno2status(int errno_value);
1319 #define util_errno2status util_errno2status 1324 #define util_errno2status util_errno2status
1320 1325
1321 1326
1322 /* end new macro and function definitions */ 1327 /* end new macro and function definitions */

mercurial