git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e730b81
)
urlmatch.h: fix include guard
author
Elijah Newren
<redacted>
Wed, 15 Aug 2018 17:54:08 +0000
(10:54 -0700)
committer
Junio C Hamano
<redacted>
Wed, 15 Aug 2018 18:52:09 +0000
(11:52 -0700)
Reviewed-by: Jonathan Nieder <redacted>
Signed-off-by: Elijah Newren <redacted>
Signed-off-by: Junio C Hamano <redacted>
urlmatch.h
patch
|
blob
|
history
diff --git
a/urlmatch.h
b/urlmatch.h
index 37ee5da85e2dd3f0ba3ee12d0c515fa6def2a043..e482148248d2dac64656bd9a66af0bd6224ea929 100644
(file)
--- a/
urlmatch.h
+++ b/
urlmatch.h
@@
-1,4
+1,6
@@
#ifndef URL_MATCH_H
+#define URL_MATCH_H
+
#include "string-list.h"
struct url_info {
git clone https://git.99rst.org/PROJECT