aboutsummaryrefslogtreecommitdiff
path: root/okclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'okclient.h')
-rw-r--r--okclient.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/okclient.h b/okclient.h
new file mode 100644
index 0000000..e9b7dd6
--- /dev/null
+++ b/okclient.h
@@ -0,0 +1,6 @@
+#ifndef OKCLIENT_H
+#define OKCLIENT_H
+
+extern int okclient(char *);
+
+#endif