aboutsummaryrefslogtreecommitdiff
path: root/clientloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'clientloc.h')
-rw-r--r--clientloc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/clientloc.h b/clientloc.h
new file mode 100644
index 0000000..e522fce
--- /dev/null
+++ b/clientloc.h
@@ -0,0 +1,6 @@
+#ifndef CLIENTLOC_H
+#define CLIENTLOC_H
+
+extern int find_client_loc(char loc[2],const char ip[16]);
+
+#endif