summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d6f8fd0)
raw | patch | inline | side by side (parent: d6f8fd0)
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>
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
-#ifndef PATH_LIST_H
-#define PATH_LIST_H
+#ifndef STRING_LIST_H
+#define STRING_LIST_H
struct string_list_item {
char *string;
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 */