diff options
Diffstat (limited to 'busybox.h')
-rw-r--r-- | busybox.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -147,6 +147,7 @@ int makeString(int argc, const char **argv, char *buf, int bufLen); | |||
147 | char *getChunk(int size); | 147 | char *getChunk(int size); |
148 | char *chunkstrdup(const char *str); | 148 | char *chunkstrdup(const char *str); |
149 | void freeChunks(void); | 149 | void freeChunks(void); |
150 | ssize_t safe_read(int fd, void *buf, size_t count); | ||
150 | int full_write(int fd, const char *buf, int len); | 151 | int full_write(int fd, const char *buf, int len); |
151 | int full_read(int fd, char *buf, int len); | 152 | int full_read(int fd, char *buf, int len); |
152 | int recursive_action(const char *fileName, int recurse, int followLinks, int depthFirst, | 153 | int recursive_action(const char *fileName, int recurse, int followLinks, int depthFirst, |