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:
d4bec7a
)
Unused prototype: connection *connection_get_available
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 13 Oct 2008 14:06:38 +0000
(16:06 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 13 Oct 2008 14:06:38 +0000
(16:06 +0200)
src/connection.h
patch
|
blob
|
history
diff --git
a/src/connection.h
b/src/connection.h
index
0ce89d7
..
f2b3952
100644
(file)
--- a/
src/connection.h
+++ b/
src/connection.h
@@
-35,8
+35,6
@@
struct session;
void connection_destroy(struct connection *co);
void connect_resolver_host(struct host *host);
-struct connection *connection_get_available(struct connection *con_list,
- struct session *se);
int connection_prep_connection(struct connection *co, struct session *se);
const char *connection_get_url(struct connection *co);
void connection_release(struct connection *co);