aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tsp.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-10 21:30:13 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-10 21:30:13 +0000
commit440a1809ccc043ade2b85d6e24d8e45744965faf (patch)
treefce0501c7c70978329154767e50c96799f2a9966 /epan/dissectors/packet-tsp.c
parent7b4b912fb7be93c64d9a65a4803bbff143646335 (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53918
Diffstat (limited to 'epan/dissectors/packet-tsp.c')
-rw-r--r--epan/dissectors/packet-tsp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-tsp.c b/epan/dissectors/packet-tsp.c
index 66d7df86e0..4db9284a72 100644
--- a/epan/dissectors/packet-tsp.c
+++ b/epan/dissectors/packet-tsp.c
@@ -35,6 +35,8 @@
* For a full documentation of the Time Synchronization Protocol (TSP) see:
* http://docs.freebsd.org/44doc/smm/12.timed/paper.pdf
*/
+void proto_register_tsp(void);
+void proto_reg_handoff_tsp(void);
static int proto_tsp = -1;
static int hf_tsp_type = -1;