aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-07-05 19:00:47 +0000
committerMatt Kraai <kraai@debian.org>2001-07-05 19:00:47 +0000
commit5009f90ea24224638af6945552012ce60efb3cea (patch)
tree3a1c4ca9a5a873f39efe93d88528315c2f339090 /include/libbb.h
parent44edeff025d0c282fd71dade3d20e237e58ca4bc (diff)
downloadbusybox-w32-5009f90ea24224638af6945552012ce60efb3cea.tar.gz
busybox-w32-5009f90ea24224638af6945552012ce60efb3cea.tar.bz2
busybox-w32-5009f90ea24224638af6945552012ce60efb3cea.zip
Removed obsolete function, strdup_substr.
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/libbb.h b/include/libbb.h
index c29955b3b..0fc704501 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -254,10 +254,6 @@ extern struct hostent *xgethostbyname(const char *name);
254 254
255char *dirname (const char *path); 255char *dirname (const char *path);
256 256
257static inline char *strdup_substr (const char *s, int start, int end)
258{
259 return xstrndup (s+start, end-start);
260}
261int make_directory (char *path, mode_t mode, int flags); 257int make_directory (char *path, mode_t mode, int flags);
262 258
263#define CT_AUTO 0 259#define CT_AUTO 0