Wireshark-commits: [Wireshark-commits] rev 54747: /trunk/ui/gtk/ /trunk/ui/gtk/: stats_tree_stat.c

Date: Tue, 14 Jan 2014 01:35:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54747

User: guy
Date: 2014/01/14 01:35 AM

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.
 
 Don't cast away constness when passing something to a routine that takes
 a const pointer argument.

Directory: /trunk/ui/gtk/
  Changes    Path                 Action
  +3 -1      stats_tree_stat.c    Modified