diff options
author | Christian Pointner <equinox@helsinki.at> | 2009-11-12 12:17:10 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2009-11-12 12:17:10 (GMT) |
commit | b1b45ac9f2e1c77f5f107f9959a8a6ba4759d99d (patch) | |
tree | 0c0e7dfe4a8721509cb45ecf724e9dde8be6afa9 /string_list.h | |
parent | e03626e843d042ba464a05f284d9561c5560039c (diff) |
fixed include guards
small makefile cleanups
Diffstat (limited to 'string_list.h')
-rw-r--r-- | string_list.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/string_list.h b/string_list.h index ed4ef13..df5ca75 100644 --- a/string_list.h +++ b/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_; |