http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54717
User: guy
Date: 2014/01/13 08:12 PM
Log:
In a source file that defines external functions, the header file that
declares the functions must be included, in order to make sure the
declarations match the function signature. Make it so - which means
creating the header file in the first place.
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -0 Makefile.common Modified
+2 -4 packet-gmr1_common.c Modified
+2 -0 packet-gmr1_rr.c Modified
+42 -0 packet-gmr1_rr.h Added