diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-29 22:51:00 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-29 22:51:00 +0000 |
commit | 32d944197db7cd9a6d6014aa83d1d9fd36e4f7ca (patch) | |
tree | 70ffff0b7f48b35a70b8b04253abe9118ded6026 /include | |
parent | 2014b85b6cade935b303d4cd10a20d21efd42aad (diff) | |
download | busybox-w32-32d944197db7cd9a6d6014aa83d1d9fd36e4f7ca.tar.gz busybox-w32-32d944197db7cd9a6d6014aa83d1d9fd36e4f7ca.tar.bz2 busybox-w32-32d944197db7cd9a6d6014aa83d1d9fd36e4f7ca.zip |
preparatory patch for -Wwrite-strings #1
git-svn-id: svn://busybox.net/trunk/busybox@17653 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
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); |
240 | extern int device_open(const char *device, int mode); | 240 | extern int device_open(const char *device, int mode); |
241 | extern int get_console_fd(void); | 241 | extern int get_console_fd(void); |
242 | extern char *find_block_device(char *path); | 242 | extern 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 */ |
244 | extern off_t bb_copyfd_eof(int fd1, int fd2); | 244 | extern off_t bb_copyfd_eof(int fd1, int fd2); |
245 | extern off_t bb_copyfd_size(int fd1, int fd2, off_t size); | 245 | extern off_t bb_copyfd_size(int fd1, int fd2, off_t size); |