diff options
Diffstat (limited to 'include')
-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 |