diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-07-05 19:00:47 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-07-05 19:00:47 +0000 |
commit | 9efd582dc713b90a69682538ec34579a2bd38afb (patch) | |
tree | 3a1c4ca9a5a873f39efe93d88528315c2f339090 /include/libbb.h | |
parent | 4b571c9dee2f7b1f327debec38811bd862219610 (diff) | |
download | busybox-w32-9efd582dc713b90a69682538ec34579a2bd38afb.tar.gz busybox-w32-9efd582dc713b90a69682538ec34579a2bd38afb.tar.bz2 busybox-w32-9efd582dc713b90a69682538ec34579a2bd38afb.zip |
Removed obsolete function, strdup_substr.
git-svn-id: svn://busybox.net/trunk/busybox@3010 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 4 |
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 | ||
255 | char *dirname (const char *path); | 255 | char *dirname (const char *path); |
256 | 256 | ||
257 | static inline char *strdup_substr (const char *s, int start, int end) | ||
258 | { | ||
259 | return xstrndup (s+start, end-start); | ||
260 | } | ||
261 | int make_directory (char *path, mode_t mode, int flags); | 257 | int make_directory (char *path, mode_t mode, int flags); |
262 | 258 | ||
263 | #define CT_AUTO 0 | 259 | #define CT_AUTO 0 |