aboutsummaryrefslogtreecommitdiff
path: root/src/espik_net.h
diff options
context:
space:
mode:
authorbeber <beber>2005-08-22 18:39:41 +0000
committerbeber <beber>2005-08-22 18:39:41 +0000
commit759cc5ec91cdffe47cb5dee8f6e5134c8501e579 (patch)
tree69fe44e0fc2c783e1678058f77e611a3d2643646 /src/espik_net.h
parentSome jobs on irc commands (diff)
downloadespik-759cc5ec91cdffe47cb5dee8f6e5134c8501e579.tar.xz
Some work too
Del struct.h, move contents to espik.h
Diffstat (limited to '')
-rw-r--r--src/espik_net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/espik_net.h b/src/espik_net.h
index 64e9717..3bc88b2 100644
--- a/src/espik_net.h
+++ b/src/espik_net.h
@@ -1,7 +1,7 @@
#ifndef _HAVE_ESPIK_NET_H
#define _HAVE_ESPIK_NET_H
-#include "struct.h"
+#include "espik.h"
void espik_raw_send (char *);
void espik_con_init (t_info);