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:
c42c5fe
)
Remove two unused struct decls
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 22 Apr 2010 08:52:00 +0000
(10:52 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 22 Apr 2010 08:52:00 +0000
(10:52 +0200)
src/connection.h
patch
|
blob
|
history
diff --git
a/src/connection.h
b/src/connection.h
index
7722b3d
..
3fd40ed
100644
(file)
--- a/
src/connection.h
+++ b/
src/connection.h
@@
-27,10
+27,8
@@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "eventl.h"
-struct client;
struct connection;
struct host;
-struct session;
void connect_resolver_host(struct host *host, iochan_man_t iochan);
ZOOM_connection connection_get_link(struct connection *co);