aboutsummaryrefslogtreecommitdiff
path: root/src/struct.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/struct.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 'src/struct.h')
-rw-r--r--src/struct.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/struct.h b/src/struct.h
index 18e36a5..de90e31 100644
--- a/src/struct.h
+++ b/src/struct.h
@@ -1,23 +1,5 @@
#ifndef _HAVE_ESPIK_STRUCT_H
#define _HAVE_ESPIK_STRUCT_H
-typedef struct
-{
- char *host;
- unsigned short port;
-} t_servinfo;
-
-typedef struct
-{
- char *nickname;
- char *username;
- char *realname; /* gecos */
-} t_userinfo;
-
-typedef struct
-{
- t_servinfo *server;
- t_userinfo *client;
-} t_info;
#endif /* _HAVE_ESPIK_STRUCT_H */