aboutsummaryrefslogtreecommitdiff
path: root/src/misc.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2010-12-06 22:23:04 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2010-12-06 22:23:04 -0500
commit38fc568607fcad4de5bf198d5182a73eb18d7e98 (patch)
tree8feae0f3ffe60822eb5cd40abc1dceae74760ecf /src/misc.c
parentdbfca826b1f52f213593c9a2f19c2d83d4888029 (diff)
downloadNetNuke2-38fc568607fcad4de5bf198d5182a73eb18d7e98.tar.gz
Transition to fcntl.h for I/O
Diffstat (limited to 'src/misc.c')
-rw-r--r--src/misc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/misc.c b/src/misc.c
index a481193..8280415 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -33,3 +33,5 @@ int strind(const char* str, const char ch)
}
return index;
}
+
+