aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 2fec93db1..3b5f2979c 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -165,8 +165,8 @@ extern unsigned long parse_number(const char *numstr,
165 * increases target size and is often not needed embedded systems. */ 165 * increases target size and is often not needed embedded systems. */
166extern long my_getpwnam(const char *name); 166extern long my_getpwnam(const char *name);
167extern long my_getgrnam(const char *name); 167extern long my_getgrnam(const char *name);
168extern void my_getpwuid(char *name, long uid); 168extern char * my_getpwuid(char *name, long uid);
169extern void 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(char *device, int mode);