summaryrefslogtreecommitdiff
path: root/src/externs.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-16 18:28:59 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-16 18:28:59 +0100
commitff252acf7f2f38e33017e82881c95825b54c7cee (patch)
tree847349e828d65445b340c7d9c31a03c50bcc8a69 /src/externs.h
parenta25ce2e8e0c3132503cef23c56e4408f034b6558 (diff)
Replace uses of stricmp with boost::algorithm::iequals
Diffstat (limited to 'src/externs.h')
-rw-r--r--src/externs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/externs.h b/src/externs.h
index 135fe073..93120286 100644
--- a/src/externs.h
+++ b/src/externs.h
@@ -2178,11 +2178,6 @@ extern void automatizer_load(cptr file_name);
extern void user_name(char *buf, int id);
#endif
-#ifndef HAS_STRICMP
-/* util.c */
-extern int stricmp(cptr a, cptr b);
-#endif
-
#ifndef HAS_USLEEP
/* util.c */
extern int usleep(huge usecs);