Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
380 B
C
10 lines
380 B
C
--- utils.h.orig Sun Mar 31 19:33:07 2002
|
|
+++ utils.h Sun Mar 31 19:33:11 2002
|
|
@@ -7,7 +7,6 @@
|
|
#ifndef _utils_h_
|
|
#define _utils_h_
|
|
|
|
-extern char * strcasestr(const char *, const char *);
|
|
extern int rmatch(const char *, const char *);
|
|
extern char * my_cftime(char *, const int len, const char *, const time_t);
|
|
extern char * my_strftime(char *, const int len, const char *);
|