aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-01-13 22:09:50 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-01-13 22:09:50 +0000
commitacfd861ee5a026d6350b3494813d4a3de63fb374 (patch)
treec8d05e6e83aba6139f8c91eb1ce3f62c6d96c3b9 /include
parented2e0e0102674ced43d1dddfa9c11ebca6d7667b (diff)
downloadbusybox-w32-acfd861ee5a026d6350b3494813d4a3de63fb374.tar.gz
busybox-w32-acfd861ee5a026d6350b3494813d4a3de63fb374.tar.bz2
busybox-w32-acfd861ee5a026d6350b3494813d4a3de63fb374.zip
Correct some init issues, update email address, last_patch78 by Vladimir
N. Oleynik git-svn-id: svn://busybox.net/trunk/busybox@6323 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 3523cc410..a827ba612 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -169,7 +169,7 @@ extern char * my_getpwuid(char *name, long uid);
169extern char * my_getgrgid(char *group, long gid); 169extern char * my_getgrgid(char *group, long gid);
170extern long my_getpwnamegid(const char *name); 170extern long my_getpwnamegid(const char *name);
171 171
172extern int device_open(char *device, int mode); 172extern int device_open(const char *device, int mode);
173 173
174extern int del_loop(const char *device); 174extern int del_loop(const char *device);
175extern int set_loop(const char *device, const char *file, int offset, int *loopro); 175extern int set_loop(const char *device, const char *file, int offset, int *loopro);