aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/isdn-sup
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-08 15:52:29 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-08 15:52:29 +0000
commitc9884f573a530de0127754d307bcb463c4f01dad (patch)
treed710e798207b3182805c74f1406f448fed09a4b4 /asn1/isdn-sup
parentb630ccec178c898a991758b411286064cc497e57 (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53860
Diffstat (limited to 'asn1/isdn-sup')
-rw-r--r--asn1/isdn-sup/Makefile.common2
-rw-r--r--asn1/isdn-sup/packet-isdn-sup-template.c3
2 files changed, 4 insertions, 1 deletions
diff --git a/asn1/isdn-sup/Makefile.common b/asn1/isdn-sup/Makefile.common
index ca766428d0..bea01038dc 100644
--- a/asn1/isdn-sup/Makefile.common
+++ b/asn1/isdn-sup/Makefile.common
@@ -51,7 +51,7 @@ SRC_FILES = \
$(EXTRA_DIST) \
$(EXT_ASN_FILE_LIST)
-A2W_FLAGS= -b -k
+A2W_FLAGS= -b
EXTRA_CNF =
diff --git a/asn1/isdn-sup/packet-isdn-sup-template.c b/asn1/isdn-sup/packet-isdn-sup-template.c
index ed0f6b3567..94a75fe683 100644
--- a/asn1/isdn-sup/packet-isdn-sup-template.c
+++ b/asn1/isdn-sup/packet-isdn-sup-template.c
@@ -37,6 +37,9 @@
#define PSNAME "ISDN_SUP"
#define PFNAME "isdn_sup"
+void proto_register_isdn_sup(void);
+void proto_reg_handoff_isdn_sup(void);
+
#include "packet-isdn-sup-val.h"
/* Initialize the protocol and registered fields */