aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-12-01 21:34:20 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-12-01 21:34:20 +0000
commitbecd8c538cc689460dca83ecc92222969059c5f4 (patch)
tree70be5c3624b5a9ead8ae771f0cfbc2da5f6815df /include
parent732268fe69739411c8e1373e688381253a04efe6 (diff)
downloadbusybox-w32-becd8c538cc689460dca83ecc92222969059c5f4.tar.gz
busybox-w32-becd8c538cc689460dca83ecc92222969059c5f4.tar.bz2
busybox-w32-becd8c538cc689460dca83ecc92222969059c5f4.zip
passwd: made smaller by ~130 bytes. size can go negative
if current trend will continue ;)
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 f891e1bc4..ef5086d6c 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -320,7 +320,7 @@ uint16_t xatou16(const char *numstr);
320 * increases target size and is often not needed on embedded systems. */ 320 * increases target size and is often not needed on embedded systems. */
321extern long bb_xgetpwnam(const char *name); 321extern long bb_xgetpwnam(const char *name);
322extern long bb_xgetgrnam(const char *name); 322extern long bb_xgetgrnam(const char *name);
323extern char *bb_getug(char *buffer, char *idname, long id, int bufsize, char prefix); 323/*extern char *bb_getug(char *buffer, char *idname, long id, int bufsize, char prefix);*/
324extern char *bb_getpwuid(char *name, long uid, int bufsize); 324extern char *bb_getpwuid(char *name, long uid, int bufsize);
325extern char *bb_getgrgid(char *group, long gid, int bufsize); 325extern char *bb_getgrgid(char *group, long gid, int bufsize);
326/* from chpst */ 326/* from chpst */