X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fconnection.c;h=0a6f61c4d2e2e6964e2762808febe50c6bea7f2d;hb=6b9c039136a9169aa81dbcda9cf7afc6a13cb80c;hp=6e2c7454e6af5c9f4dbfc667658466361da8e188;hpb=2b77e2cfe1d99b28a6d8f4708094386ce5bab880;p=pazpar2-moved-to-github.git diff --git a/src/connection.c b/src/connection.c index 6e2c745..0a6f61c 100644 --- a/src/connection.c +++ b/src/connection.c @@ -71,7 +71,8 @@ static int connection_use(int delta) return result; } -int connections_count() { +int connections_count(void) +{ return connection_use(0); }