projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b77e2c
)
Make connections_count func a prototype
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 17 May 2011 10:29:58 +0000
(12:29 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 17 May 2011 10:29:58 +0000
(12:29 +0200)
src/connection.c
patch
|
blob
|
history
diff --git
a/src/connection.c
b/src/connection.c
index
6e2c745
..
0a6f61c
100644
(file)
--- 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);
}