projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6f8fd0
)
string-list: rename the include guard to STRING_LIST_H
author
Thiago Farina
<tfransosi@gmail.com>
Fri, 8 Jan 2010 22:45:08 +0000
(17:45 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 10 Jan 2010 07:39:11 +0000
(23:39 -0800)
Signed-off-by: Thiago Farina <tfransosi@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
string-list.h
patch
|
blob
|
history
diff --git
a/string-list.h
b/string-list.h
index 14bbc477decc32618139e912fda22e585d815159..6569cf607b18b84f39ebee613471f270e42cfbdc 100644
(file)
--- a/
string-list.h
+++ b/
string-list.h
@@
-1,5
+1,5
@@
-#ifndef
PATH
_LIST_H
-#define
PATH
_LIST_H
+#ifndef
STRING
_LIST_H
+#define
STRING
_LIST_H
struct string_list_item {
char *string;
@@
-39,4
+39,4
@@
struct string_list_item *string_list_append(const char *string, struct string_li
void sort_string_list(struct string_list *list);
int unsorted_string_list_has_string(struct string_list *list, const char *string);
-#endif /*
PATH
_LIST_H */
+#endif /*
STRING
_LIST_H */