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:
0f1ac5c
)
Make perform_getaddrinfo static
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 16 Jul 2013 12:40:37 +0000
(14:40 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 16 Jul 2013 12:40:37 +0000
(14:40 +0200)
src/getaddrinfo.c
patch
|
blob
|
history
diff --git
a/src/getaddrinfo.c
b/src/getaddrinfo.c
index
97a3c1e
..
a815e33
100644
(file)
--- a/
src/getaddrinfo.c
+++ b/
src/getaddrinfo.c
@@
-65,7
+65,7
@@
struct work {
static int log_level = YLOG_LOG;
-void perform_getaddrinfo(struct work *w)
+static void perform_getaddrinfo(struct work *w)
{
struct addrinfo hints, *res;
char host[512], *cp;