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:
9d66c51
)
ANSI funcs with no args
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 25 Dec 2008 14:36:58 +0000
(15:36 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 25 Dec 2008 14:36:58 +0000
(15:36 +0100)
src/http_command.c
patch
|
blob
|
history
diff --git
a/src/http_command.c
b/src/http_command.c
index
ba4b670
..
7c0dc56
100644
(file)
--- a/
src/http_command.c
+++ b/
src/http_command.c
@@
-62,7
+62,7
@@
static void session_timeout(IOCHAN i, int event)
http_session_destroy(s);
}
-struct http_session *http_session_create()
+struct http_session *http_session_create(void)
{
NMEM nmem = nmem_create();
struct http_session *r = nmem_malloc(nmem, sizeof(*r));
@@
-153,7
+153,7
@@
static void error(struct http_response *rs,
http_send_response(c);
}
-unsigned int make_sessionid()
+unsigned int make_sessionid(void)
{
static int seq = 0;
unsigned int res;