summaryrefslogtreecommitdiff
path: root/src/string_list.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-11-12 11:57:24 +0000
committerChristian Pointner <equinox@anytun.org>2009-11-12 11:57:24 +0000
commitb24d382800c75652d7821e73509c7d1383d64242 (patch)
tree519d7477f9c71d477ff0fffb0905580bae864f3e /src/string_list.h
parentsmalle Makefile improvement (diff)
fixed include guards, new format: UANYTUN_filename_h_INCLUDED
Diffstat (limited to 'src/string_list.h')
-rw-r--r--src/string_list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/string_list.h b/src/string_list.h
index ed4ef13..df5ca75 100644
--- a/src/string_list.h
+++ b/src/string_list.h
@@ -33,8 +33,8 @@
* along with uAnytun. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _STRING_LIST_H_
-#define _STRING_LIST_H_
+#ifndef UANYUTN_string_list_h_INCLUDED
+#define UANYUTN_string_list_h_INCLUDED
struct string_list_element_struct {
char* string_;