diff options
Diffstat (limited to 'src/shared.h')
| -rw-r--r-- | src/shared.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared.h b/src/shared.h index dce02fc..3602a4e 100644 --- a/src/shared.h +++ b/src/shared.h | |||
| @@ -20,4 +20,6 @@ void* xreallocarray(void *ptr, size_t nmemb, size_t size); | |||
| 20 | // Read the entire contents of a file descriptor into a malloc()'ed buffer | 20 | // Read the entire contents of a file descriptor into a malloc()'ed buffer |
| 21 | int readwholebuffer(char **str, unsigned long int initsize, int fd); | 21 | int readwholebuffer(char **str, unsigned long int initsize, int fd); |
| 22 | 22 | ||
| 23 | int writewholebuffer(int fd, const unsigned char *buf, int len); | ||
| 24 | |||
| 23 | #endif \ No newline at end of file | 25 | #endif \ No newline at end of file |
