avoid compiler warnings

This commit is contained in:
Christian Kruse
2014-02-21 13:47:29 +01:00
parent 5215265694
commit 0ff14a2aa1
3 changed files with 3 additions and 3 deletions

View File

@@ -39,6 +39,6 @@ const char *get_cluster_size(PGconn *conn);
PGconn *getMasterConnection(PGconn *standby_conn, char *schema, char *cluster,
int *master_id, char *master_conninfo_out);
int wait_connection_availability(PGconn *conn, unsigned long timeout);
int wait_connection_availability(PGconn *conn, long long timeout);
bool CancelQuery(PGconn *conn, int timeout);
#endif