summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-01-29 22:51:00 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-01-29 22:51:00 +0000
commita41fdf331af344ecd3ec230a072857ea197e1890 (patch)
tree70ffff0b7f48b35a70b8b04253abe9118ded6026 /include
parente935602ff5d5a45be56585b8bad44194c3e837a3 (diff)
downloadbusybox-w32-a41fdf331af344ecd3ec230a072857ea197e1890.tar.gz
busybox-w32-a41fdf331af344ecd3ec230a072857ea197e1890.tar.bz2
busybox-w32-a41fdf331af344ecd3ec230a072857ea197e1890.zip
preparatory patch for -Wwrite-strings #1
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 540170cdd..6f195cf46 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -239,7 +239,7 @@ extern int recursive_action(const char *fileName, int recurse,
239 void* userData, int depth); 239 void* userData, int depth);
240extern int device_open(const char *device, int mode); 240extern int device_open(const char *device, int mode);
241extern int get_console_fd(void); 241extern int get_console_fd(void);
242extern char *find_block_device(char *path); 242extern char *find_block_device(const char *path);
243/* bb_copyfd_XX print read/write errors and return -1 if they occur */ 243/* bb_copyfd_XX print read/write errors and return -1 if they occur */
244extern off_t bb_copyfd_eof(int fd1, int fd2); 244extern off_t bb_copyfd_eof(int fd1, int fd2);
245extern off_t bb_copyfd_size(int fd1, int fd2, off_t size); 245extern off_t bb_copyfd_size(int fd1, int fd2, off_t size);