aboutsummaryrefslogtreecommitdiff
path: root/src/main/extractor_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/extractor_common.h')
-rw-r--r--src/main/extractor_common.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/extractor_common.h b/src/main/extractor_common.h
index 14b1c7f..5887c05 100644
--- a/src/main/extractor_common.h
+++ b/src/main/extractor_common.h
@@ -35,11 +35,11 @@
35 * @param buf buffer to read from 35 * @param buf buffer to read from
36 * @param size number of bytes to write 36 * @param size number of bytes to write
37 * @return number of bytes written (that is 'size'), or -1 on error 37 * @return number of bytes written (that is 'size'), or -1 on error
38 */ 38 */
39ssize_t 39ssize_t
40EXTRACTOR_write_all_ (int fd, 40EXTRACTOR_write_all_ (int fd,
41 const void *buf, 41 const void *buf,
42 size_t size); 42 size_t size);
43 43
44 44
45/** 45/**
@@ -52,8 +52,8 @@ EXTRACTOR_write_all_ (int fd,
52 */ 52 */
53ssize_t 53ssize_t
54EXTRACTOR_read_all_ (int fd, 54EXTRACTOR_read_all_ (int fd,
55 void *buf, 55 void *buf,
56 size_t size); 56 size_t size);
57 57
58 58
59#endif 59#endif