diff options
Diffstat (limited to 'include/sccp/sccp.h')
-rw-r--r-- | include/sccp/sccp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sccp/sccp.h b/include/sccp/sccp.h index 8ee4b68..3ad568c 100644 --- a/include/sccp/sccp.h +++ b/include/sccp/sccp.h @@ -101,6 +101,7 @@ int sccp_system_incoming(struct msgb *data); * Send data on an existing connection */ int sccp_connection_write(struct sccp_connection *connection, struct msgb *data); +int sccp_connection_send_it(struct sccp_connection *connection); int sccp_connection_close(struct sccp_connection *connection, int cause); int sccp_connection_free(struct sccp_connection *connection); |