aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-10-08 07:29:42 +0000
committerGuy Harris <guy@alum.mit.edu>1999-10-08 07:29:42 +0000
commit07790d8e190c27892f440eba8cc1cbea2a5ef22c (patch)
tree172fb67a1ccf7562ee18c43dc23455101d235aa8 /gtk/main.h
parent46def2b1d9acc7b91f7a7447f76c6940be57914b (diff)
Fix the include-guard #define to be "__MAIN_H__", matching the name of
the file. svn path=/trunk/; revision=785
Diffstat (limited to 'gtk/main.h')
-rw-r--r--gtk/main.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/main.h b/gtk/main.h
index 25a6bc8da0..8f25fcb9ba 100644
--- a/gtk/main.h
+++ b/gtk/main.h
@@ -1,7 +1,7 @@
/* ethereal.h
* Global defines, etc.
*
- * $Id: main.h,v 1.5 1999/09/30 06:11:51 guy Exp $
+ * $Id: main.h,v 1.6 1999/10/08 07:29:42 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -23,8 +23,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#ifndef __ETHEREAL_H__
-#define __ETHEREAL_H__
+#ifndef __MAIN_H__
+#define __MAIN_H__
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -67,4 +67,4 @@ void file_print_packet_cmd_cb(GtkWidget *, gpointer);
void expand_all_cb(GtkWidget *, gpointer);
void collapse_all_cb(GtkWidget *, gpointer);
-#endif /* ethereal.h */
+#endif /* __MAIN_H__ */