aboutsummaryrefslogtreecommitdiffstats
path: root/strutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'strutil.h')
-rw-r--r--strutil.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/strutil.h b/strutil.h
new file mode 100644
index 0000000..06e4b13
--- /dev/null
+++ b/strutil.h
@@ -0,0 +1,8 @@
+/* $Id: strutil.h,v 1.1.1.1 1999/02/02 23:29:39 shmit Exp $ */
+
+#ifndef STRUTIL_H
+# define STRUTIL_H
+
+char *getword(const char *src, char *dst);
+
+#endif