summaryrefslogtreecommitdiffstats
path: root/src/core/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/misc.c')
-rw-r--r--src/core/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/misc.c b/src/core/misc.c
index af83cb146..4219a36c5 100644
--- a/src/core/misc.c
+++ b/src/core/misc.c
@@ -42,7 +42,7 @@ int inet_aton ( const char *cp, struct in_addr *inp ) {
return 0;
}
-static int isspace ( int c ) {
+int isspace ( int c ) {
switch ( c ) {
case ' ':
case '\f':