[BusyBox-cvs] busybox/include libbb.h,1.96,1.97
Glenn McGrath
bug1 at busybox.net
Mon May 26 14:06:32 UTC 2003
Update of /var/cvs/busybox/include
In directory winder:/tmp/cvs-serv10512/include
Modified Files:
libbb.h
Log Message:
Vodz, last_patch_86
Index: libbb.h
===================================================================
RCS file: /var/cvs/busybox/include/libbb.h,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- libbb.h 19 Mar 2003 09:11:53 -0000 1.96
+++ libbb.h 26 May 2003 14:05:59 -0000 1.97
@@ -272,6 +272,7 @@
char *xgetcwd(char *cwd);
char *xreadlink(const char *path);
char *concat_path_file(const char *path, const char *filename);
+char *concat_subpath_file(const char *path, const char *filename);
char *last_char_is(const char *s, int c);
extern long arith (const char *startbuf, int *errcode);
More information about the busybox-cvs
mailing list