aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-state.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-26 21:54:34 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-06-26 23:36:12 +0800
commit81a8e910972ab7963c2131cd6bcb0c47e776fd0f (patch)
tree4be9a91a70cc7d74d9eec1df2a20ff340fbd64f2 /e-util/e-table-state.h
parentaec739f87470d98a3b653709ea91ba0f3061c8f1 (diff)
downloadgsoc2013-evolution-81a8e910972ab7963c2131cd6bcb0c47e776fd0f.tar
gsoc2013-evolution-81a8e910972ab7963c2131cd6bcb0c47e776fd0f.tar.gz
gsoc2013-evolution-81a8e910972ab7963c2131cd6bcb0c47e776fd0f.tar.bz2
gsoc2013-evolution-81a8e910972ab7963c2131cd6bcb0c47e776fd0f.tar.lz
gsoc2013-evolution-81a8e910972ab7963c2131cd6bcb0c47e776fd0f.tar.xz
gsoc2013-evolution-81a8e910972ab7963c2131cd6bcb0c47e776fd0f.tar.zst
gsoc2013-evolution-81a8e910972ab7963c2131cd6bcb0c47e776fd0f.zip
ETableState cleanups.
Diffstat (limited to 'e-util/e-table-state.h')
-rw-r--r--e-util/e-table-state.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/e-util/e-table-state.h b/e-util/e-table-state.h
index ac3cfc2879..2129e2a65c 100644
--- a/e-util/e-table-state.h
+++ b/e-util/e-table-state.h
@@ -1,4 +1,6 @@
/*
+ * e-table-state.h
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
@@ -12,20 +14,14 @@
* You should have received a copy of the GNU Lesser General Public
* License along with the program; if not, see <http://www.gnu.org/licenses/>
*
- *
- * Authors:
- * Chris Lahey <clahey@ximian.com>
- *
- * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
- *
*/
#if !defined (__E_UTIL_H_INSIDE__) && !defined (LIBEUTIL_COMPILATION)
#error "Only <e-util/e-util.h> should be included directly."
#endif
-#ifndef _E_TABLE_STATE_H_
-#define _E_TABLE_STATE_H_
+#ifndef E_TABLE_STATE_H
+#define E_TABLE_STATE_H
#include <libxml/tree.h>
@@ -86,4 +82,4 @@ ETableState * e_table_state_duplicate (ETableState *state);
G_END_DECLS
-#endif /* _E_TABLE_STATE_H_ */
+#endif /* E_TABLE_STATE_H */