summaryrefslogtreecommitdiff
path: root/include/busybox.h
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2000-12-15 22:34:34 +0000
committerMatt Kraai <kraai@debian.org>2000-12-15 22:34:34 +0000
commitbfa7967c4a18c9a7addbe853cf9f736ac34b4e5b (patch)
tree8269fa410bbc0b34bcd732c08054dca087b07ba3 /include/busybox.h
parent8677d7b6ec95cc9fa5c98b077680fc7ed4254d40 (diff)
downloadbusybox-w32-bfa7967c4a18c9a7addbe853cf9f736ac34b4e5b.tar.gz
busybox-w32-bfa7967c4a18c9a7addbe853cf9f736ac34b4e5b.tar.bz2
busybox-w32-bfa7967c4a18c9a7addbe853cf9f736ac34b4e5b.zip
Rewrite nc to be simpler, smaller, and to check syscalls for errors.
Diffstat (limited to 'include/busybox.h')
-rw-r--r--include/busybox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/busybox.h b/include/busybox.h
index 41421ae56..5ff3975b9 100644
--- a/include/busybox.h
+++ b/include/busybox.h
@@ -147,6 +147,7 @@ int makeString(int argc, const char **argv, char *buf, int bufLen);
147char *getChunk(int size); 147char *getChunk(int size);
148char *chunkstrdup(const char *str); 148char *chunkstrdup(const char *str);
149void freeChunks(void); 149void freeChunks(void);
150ssize_t safe_read(int fd, void *buf, size_t count);
150int full_write(int fd, const char *buf, int len); 151int full_write(int fd, const char *buf, int len);
151int full_read(int fd, char *buf, int len); 152int full_read(int fd, char *buf, int len);
152int recursive_action(const char *fileName, int recurse, int followLinks, int depthFirst, 153int recursive_action(const char *fileName, int recurse, int followLinks, int depthFirst,