Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
read_raw_ref(): clear *type at start of function
[gitweb.git]
/
refs
/
refs-internal.h
diff --git
a/refs/refs-internal.h
b/refs/refs-internal.h
index 3a4f634cb4f234806ed61e7977fc57b04baddf7c..0b047f67ba12a7895cd498ba1c305f8d5e5bc5f6 100644
(file)
--- a/
refs/refs-internal.h
+++ b/
refs/refs-internal.h
@@
-210,6
+210,6
@@
int do_for_each_ref(const char *submodule, const char *base,
each_ref_fn fn, int trim, int flags, void *cb_data);
int read_raw_ref(const char *refname, unsigned char *sha1,
- struct strbuf *symref, unsigned int *
flags
);
+ struct strbuf *symref, unsigned int *
type
);
#endif /* REFS_REFS_INTERNAL_H */