Removed unused function connection_send_apdu.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 13 Oct 2008 13:13:39 +0000 (15:13 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 13 Oct 2008 13:13:39 +0000 (15:13 +0200)
src/connection.c
src/connection.h

index a90e6c1..089847b 100644 (file)
@@ -479,13 +479,6 @@ int client_prep_connection(struct client *cl)
         return 0;
 }
 
-// DELETEME
-
-
-int connection_send_apdu(struct connection *co, Z_APDU *a){return 10;}
-
-
-
 /*
  * Local variables:
  * c-basic-offset: 4
index 86b0ebf..80bc261 100644 (file)
@@ -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);