X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=src%2Fconnection.h;h=80bc261782432e6f87616d13b33d7bbf74936b18;hb=713bfdf6d506f0786e87950cbb685cb6fce7e9d0;hp=86b0ebfe89b53598acb37cada53d2377394cd8e7;hpb=602c355d05619c98b4103dd93794be8f89625a7a;p=pazpar2-moved-to-github.git diff --git a/src/connection.h b/src/connection.h index 86b0ebf..80bc261 100644 --- a/src/connection.h +++ b/src/connection.h @@ -36,7 +36,6 @@ struct session; void connection_destroy(struct connection *co); struct connection *connection_create(struct client *cl); void connect_resolver_host(struct host *host); -int connection_send_apdu(struct connection *co, Z_APDU *a); struct host *connection_get_host(struct connection *con); void connection_set_authentication(struct connection *co, char *auth); int connection_connect(struct connection *con);