aboutsummaryrefslogtreecommitdiff
path: root/src/struct.h
diff options
context:
space:
mode:
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 */