aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_help.h
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-27 19:54:02 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-27 19:54:02 +0000
commitb5aee303119cf3700d907fd070c568a751a1e31a (patch)
tree4ca759a0d083f0240cec5f5d58c0b15a54b3ebc9 /gtk/proto_help.h
parent42c5a5d238072e8653225174b9de42275ea2a471 (diff)
Protocol Help requires GLib 2.6+. Add newlines. Fixup whitespace.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33001 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/proto_help.h')
-rw-r--r--gtk/proto_help.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/gtk/proto_help.h b/gtk/proto_help.h
index e11681ad4a..cc947bc87e 100644
--- a/gtk/proto_help.h
+++ b/gtk/proto_help.h
@@ -25,22 +25,27 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifndef __PROTO_HELP_H__
+#define __PROTO_HELP_H__
+
/** Search for and read configuration files
- *
+ *
*/
extern void proto_help_init(void);
/** Initialize the menu
- *
+ *
* @param widget Context menu root
* @return void
*/
extern void proto_help_menu_init(GtkWidget *);
/** Fill in the protocol help menu
- *
+ *
* @param selection Currently-selected packet
* @param cf Capture file
* @return void
*/
extern void proto_help_menu_modify(GtkTreeSelection*, capture_file *cfile);
+
+#endif /* __PROTO_HELP_H__ */