Removed obsolete function, strdup_substr.

This commit is contained in:
Matt Kraai
2001-07-05 19:00:47 +00:00
parent 44edeff025
commit 5009f90ea2
6 changed files with 5 additions and 47 deletions

View File

@ -254,10 +254,6 @@ extern struct hostent *xgethostbyname(const char *name);
char *dirname (const char *path);
static inline char *strdup_substr (const char *s, int start, int end)
{
return xstrndup (s+start, end-start);
}
int make_directory (char *path, mode_t mode, int flags);
#define CT_AUTO 0