aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/libglouglou.h
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2012-11-29 21:57:13 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2012-11-29 21:57:13 +0100
commit022a34b26291faa3e9e3ce69e6e2eb6caaad4e3e (patch)
tree7af540c7a8fea17fd702dd762918448a1e608099 /libglouglou/libglouglou.h
parentuse EVLOOP_NONBLOCK in event_base_loop(), as we now deal with timers in (diff)
downloadglouglou-022a34b26291faa3e9e3ce69e6e2eb6caaad4e3e.tar.xz
glouglou-022a34b26291faa3e9e3ce69e6e2eb6caaad4e3e.zip
remove extra line
Diffstat (limited to 'libglouglou/libglouglou.h')
-rw-r--r--libglouglou/libglouglou.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libglouglou/libglouglou.h b/libglouglou/libglouglou.h
index 17be3f7..1da4bd8 100644
--- a/libglouglou/libglouglou.h
+++ b/libglouglou/libglouglou.h
@@ -129,7 +129,6 @@ struct gg_client {
void *usrdata;
};
-
struct gg_server *gg_server_start(struct event_base *, char *, int,
int (*handle_conn)(struct gg_server *, struct gg_user *),
int (*handle_packet)(struct gg_server *, struct gg_user *, struct gg_packet *),