summaryrefslogtreecommitdiff
path: root/src/scanopt.c
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-12-25 14:01:24 -0500
committerMichael Reed <m.reed@mykolab.com>2015-12-25 14:01:24 -0500
commit64874cd4640c1cd95f5cb51481f85c63803afe6c (patch)
treeba928d0f60af883198c0af97398e12bb682e67d6 /src/scanopt.c
parent5f6b7645e6a7b126fa2e628b3bce0104116d2fbc (diff)
Remove remaining use of PROTO
Diffstat (limited to 'src/scanopt.c')
-rw-r--r--src/scanopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scanopt.c b/src/scanopt.c
index 6df62f6..deed61d 100644
--- a/src/scanopt.c
+++ b/src/scanopt.c
@@ -40,7 +40,7 @@
#ifdef HAVE_STRCASECMP
#define STRCASECMP(a,b) strcasecmp(a,b)
#else
-static int STRCASECMP PROTO ((const char *, const char *));
+static int STRCASECMP (const char *, const char *);
static int STRCASECMP (const char *a, const char *b)
{