aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afp.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-03-12 20:00:50 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-03-12 20:00:50 +0000
commit455f5c8243c16c266150f4fbb0520b685e2cbca8 (patch)
treef6693a002af71ef17bd644364b6c242015907acf /epan/dissectors/packet-afp.c
parent97bb558394698b5b279b8bef74b383b4ebe4734b (diff)
- [-Wmissing-prototypes]
- explicit casts. svn path=/trunk/; revision=48265
Diffstat (limited to 'epan/dissectors/packet-afp.c')
-rw-r--r--epan/dissectors/packet-afp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-afp.c b/epan/dissectors/packet-afp.c
index 5070f7e532..4a99f6c505 100644
--- a/epan/dissectors/packet-afp.c
+++ b/epan/dissectors/packet-afp.c
@@ -69,6 +69,10 @@ http://developer.apple.com/mac/library/documentation/Networking/Conceptual/AFP/I
Does that need a preference in case we didn't see the client and server
negotiate that?
*/
+/* Forward declarations */
+void proto_register_afp(void);
+void proto_reg_handoff_afp(void);
+
/* from netatalk/include/afp.h */
#define AFPTRANS_NONE 0
#define AFPTRANS_DDP (1 << 0)