aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h245
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-12-18 23:18:06 +0000
committerJörg Mayer <jmayer@loplof.de>2005-12-18 23:18:06 +0000
commitb06bd208d001cee335a6be13706d4ffd08b87c3d (patch)
treec75e86f9e28751a7d5dbf58e8cd8f15535b16ed7 /asn1/h245
parentb7d11ac06c2d60efe46fe9df36ff9a855924d3a8 (diff)
warning: function declaration isn't a prototype
svn path=/trunk/; revision=16852
Diffstat (limited to 'asn1/h245')
-rw-r--r--asn1/h245/packet-h245-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/h245/packet-h245-template.c b/asn1/h245/packet-h245-template.c
index 05ebf25608..3ac99da2fa 100644
--- a/asn1/h245/packet-h245-template.c
+++ b/asn1/h245/packet-h245-template.c
@@ -257,7 +257,7 @@ static void h223_lc_init_dir( int dir )
h223_pending_olc_reqs[dir] = g_hash_table_new( g_direct_hash, g_direct_equal );
}
-static void h223_lc_init()
+static void h223_lc_init( void )
{
h223_lc_init_dir( P2P_DIR_SENT );
h223_lc_init_dir( P2P_DIR_RECV );