aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-26 05:45:44 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-26 05:49:34 +0100
commit17d751531ec42fc1e63dd985c117ed4cd69eb04b (patch)
tree1ff80d4210069db51548e2d152f424e0cae1cea0 /openbsc/include
parentfacb5cdfc2d20de703c90e12a62b4ca69dea278b (diff)
parent3c1221e2b23876cf0cb4170281eceb73e3395efd (diff)
Merge branch 'on-waves/sccp' into on-waves/bsc-master
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/sccp/sccp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/sccp/sccp.h b/openbsc/include/sccp/sccp.h
index 643479adc..2e1478812 100644
--- a/openbsc/include/sccp/sccp.h
+++ b/openbsc/include/sccp/sccp.h
@@ -94,7 +94,7 @@ struct sccp_connection {
* call sccp_system_incoming for incoming data (from the network)
* sccp will call outgoing whenever outgoing data exists
*/
-int sccp_system_init(int (*outgoing)(struct msgb *data, void *ctx), void *context);
+int sccp_system_init(void (*outgoing)(struct msgb *data, void *ctx), void *context);
int sccp_system_incoming(struct msgb *data);
/**