aboutsummaryrefslogtreecommitdiff
path: root/src/espik_net.h
diff options
context:
space:
mode:
authorbeber <beber>2005-07-24 22:26:09 +0000
committerbeber <beber>2005-07-24 22:26:09 +0000
commit18fc944ae33b811e15bf028a35977f2e9c7bd6b5 (patch)
tree820b3f95655a67a8ee76b3a76e720e1eb852d4e2 /src/espik_net.h
parentOops wrong file name (diff)
downloadespik-18fc944ae33b811e15bf028a35977f2e9c7bd6b5.tar.xz
indent
Diffstat (limited to '')
-rw-r--r--src/espik_net.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/espik_net.h b/src/espik_net.h
new file mode 100644
index 0000000..64e9717
--- /dev/null
+++ b/src/espik_net.h
@@ -0,0 +1,10 @@
+#ifndef _HAVE_ESPIK_NET_H
+#define _HAVE_ESPIK_NET_H
+
+#include "struct.h"
+
+void espik_raw_send (char *);
+void espik_con_init (t_info);
+void espik_con_shutdown ();
+
+#endif /* _HAVE_ESPIK_NET_H */