Don't do fcn calls in arg of g_?to??(); Macro may very well eval args multiple times.
[obnox/wireshark/wip.git] / epan / dissectors / packet-h264.h
index 5c75ac0977ce6f7f68d98dbaa405f0f59fecd1ab..fb7934bfff4c2fd700eea209063d785ef1154399 100644 (file)
@@ -29,5 +29,6 @@
 #define __PACKET_H264_H__
 
 void dissect_h264_profile(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
+void dissect_h264_nal_unit(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
 
-#endif /* __PACKET_H264_H__ */
\ No newline at end of file
+#endif /* __PACKET_H264_H__ */