Corrected "old-style function definition".
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 27 May 2011 10:18:17 +0000 (10:18 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 27 May 2011 10:18:17 +0000 (10:18 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37429 f5534014-38df-0310-8fa8-9805f1628bb7

asn1/p1/packet-p1-template.c
epan/dissectors/packet-p1.c

index ef567186a6dbb79104504fc0d2453dd76dfdb507..59d9f2d388c23f49bb396e9b415df2f3c79bcea7 100644 (file)
@@ -121,7 +121,10 @@ void p1_initialize_content_globals (proto_tree *tree, gboolean report_unknown_co
        report_unknown_content_type = report_unknown_cont_type;
 }
 
-char* p1_get_last_oraddress() { return oraddress; }
+char* p1_get_last_oraddress (void) 
+{ 
+       return oraddress;
+}
 
 /*
  * Dissect P1 MTS APDU
index c62bc4def132ea079b776dd6c73d5ff14f35365d..3976f6044ef61f982dedb7c5c7b4af92d06acaaf 100644 (file)
@@ -8305,7 +8305,10 @@ void p1_initialize_content_globals (proto_tree *tree, gboolean report_unknown_co
        report_unknown_content_type = report_unknown_cont_type;
 }
 
-char* p1_get_last_oraddress() { return oraddress; }
+char* p1_get_last_oraddress (void) 
+{ 
+       return oraddress;
+}
 
 /*
  * Dissect P1 MTS APDU
@@ -10697,7 +10700,7 @@ void proto_register_p1(void) {
         NULL, HFILL }},
 
 /*--- End of included file: packet-p1-hfarr.c ---*/
-#line 256 "../../asn1/p1/packet-p1-template.c"
+#line 259 "../../asn1/p1/packet-p1-template.c"
   };
 
   /* List of subtrees */
@@ -10896,7 +10899,7 @@ void proto_register_p1(void) {
     &ett_p1_SEQUENCE_SIZE_1_ub_recipients_OF_PerRecipientProbeSubmissionFields,
 
 /*--- End of included file: packet-p1-ettarr.c ---*/
-#line 269 "../../asn1/p1/packet-p1-template.c"
+#line 272 "../../asn1/p1/packet-p1-template.c"
   };
 
   module_t *p1_module;
@@ -11089,7 +11092,7 @@ void proto_reg_handoff_p1(void) {
 
 
 /*--- End of included file: packet-p1-dis-tab.c ---*/
-#line 305 "../../asn1/p1/packet-p1-template.c"
+#line 308 "../../asn1/p1/packet-p1-template.c"
 
   /* APPLICATION CONTEXT */