Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/tgl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvaltman <vvaltman@neon>2015-04-23 15:24:29 +0300
committervvaltman <vvaltman@neon>2015-04-23 15:24:29 +0300
commit243dfe599abf4c84f4b953fe4f61525dca127921 (patch)
treeb84f9bd97e78fe5fa8f7b3223c1608f2a65ea745 /tgl-binlog.h
parentc23d25fc3a53f9aaff6d34f9f5f00ef3dbccb22e (diff)
some fixes
Diffstat (limited to 'tgl-binlog.h')
-rw-r--r--tgl-binlog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tgl-binlog.h b/tgl-binlog.h
index f3bdf86..386d634 100644
--- a/tgl-binlog.h
+++ b/tgl-binlog.h
@@ -24,7 +24,7 @@
#include "tgl.h"
#include "auto/auto-types.h"
-void bl_do_dc_option (struct tgl_state *TLS, int id, int l1, const char *name, int l2, const char *ip, int port);
+void bl_do_dc_option (struct tgl_state *TLS, int id, const char *name, int l1, const char *ip, int l2, int port);
void bl_do_set_working_dc (struct tgl_state *TLS, int num);
void bl_do_dc_signed (struct tgl_state *TLS, int id);
void bl_do_set_our_id (struct tgl_state *TLS, int id);