-fix build error
authorChristian Grothoff <christian@grothoff.org>
Thu, 26 Apr 2012 17:24:11 +0000 (17:24 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 26 Apr 2012 17:24:11 +0000 (17:24 +0000)
src/transport/plugin_transport_http.h

index be8f93dd2dfeb0858c490fe0ef34e7812815f2ec..ab268e244b14c1bb46208f28e3061aeea722d52c 100644 (file)
@@ -461,6 +461,9 @@ create_session (struct Plugin *plugin, const struct GNUNET_PeerIdentity *target,
                 const void *addr, size_t addrlen,
                 GNUNET_TRANSPORT_TransmitContinuation cont, void *cont_cls);
 
+int
+exist_session (struct Plugin *plugin, struct Session *s);
+
 struct GNUNET_TIME_Relative
 http_plugin_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
                      const struct GNUNET_MessageHeader *message,