1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/irc/sic/files/patch-utils.h
Vanilla I. Shu 092e7fb981 Add missing patch, and rename patch-xx.
Submitted by:	adamw@
2014-08-17 03:17:29 +00:00

11 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 *);