aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rdp.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-13 06:55:20 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-13 06:55:20 +0000
commit28e6aa4e8a06299895d7924508a32a895a5454ab (patch)
tree2d473be553d94f35853d151100f51d3e1da4357f /epan/dissectors/packet-rdp.c
parent4e3e8d2d1f5f48eba8a567df843fde70899a1695 (diff)
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54025
Diffstat (limited to 'epan/dissectors/packet-rdp.c')
-rw-r--r--epan/dissectors/packet-rdp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-rdp.c b/epan/dissectors/packet-rdp.c
index e35defc77b..1b3eee4ff8 100644
--- a/epan/dissectors/packet-rdp.c
+++ b/epan/dissectors/packet-rdp.c
@@ -45,9 +45,12 @@
#define PSNAME "RDP"
#define PFNAME "rdp"
+
static guint global_rdp_tcp_port = 3389;
static dissector_handle_t tpkt_handle;
+void proto_register_rdp(void);
+void proto_reg_handoff_rdp(void);
static void prefs_register_rdp(void);
static int proto_rdp = -1;