mirror of
https://github.com/git/git.git
synced 2024-11-23 18:05:29 +08:00
string-list: rename the include guard to STRING_LIST_H
Signed-off-by: Thiago Farina <tfransosi@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
d6f8fd0b3e
commit
0afcb5f791
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user