diff options
Diffstat (limited to 'lib/str.h')
| -rw-r--r-- | lib/str.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/str.h b/lib/str.h deleted file mode 100644 index 9c0e515db3..0000000000 --- a/lib/str.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * $Id: str.h,v 1.4 2005/09/19 09:53:21 hasso Exp $ - */ - -#ifndef _ZEBRA_STR_H -#define _ZEBRA_STR_H - -#ifndef HAVE_STRLCPY -extern size_t strlcpy(char *, const char *, size_t); -#endif - -#ifndef HAVE_STRLCAT -extern size_t strlcat(char *, const char *, size_t); -#endif - -#endif /* _ZEBRA_STR_H */ - |
