aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2012-11-30 10:47:00 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2012-11-30 10:47:00 +0100
commitfdbc25e0db0dc4b2ced3c6032a799291d066f744 (patch)
tree14779dcb5a264253797b265f889cdc095d0b5837
parentadd error() verbose() and debug() to log stuff from libglouglou, (diff)
downloadglouglou-fdbc25e0db0dc4b2ced3c6032a799291d066f744.tar.xz
glouglou-fdbc25e0db0dc4b2ced3c6032a799291d066f744.zip
fix indent
-rw-r--r--libglouglou/libglouglou.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libglouglou/libglouglou.h b/libglouglou/libglouglou.h
index f0285a8..fc07477 100644
--- a/libglouglou/libglouglou.h
+++ b/libglouglou/libglouglou.h
@@ -140,8 +140,8 @@ struct gg_client *gg_client_connect(struct event_base *, char *, int,
int (*handle_conn)(struct gg_client *),
int (*handle_packet)(struct gg_client *, struct gg_packet *),
void *);
-int gg_client_send(struct gg_client *, struct gg_packet *);
-void gg_client_disconnect(struct gg_client *);
+int gg_client_send(struct gg_client *, struct gg_packet *);
+void gg_client_disconnect(struct gg_client *);
int gg_verbosity_get(void);
void gg_verbosity_set(int);