summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2012-12-11 22:31:21 -0600
committerEdward Thomson <ethomson@edwardthomson.com>2012-12-19 16:57:30 -0600
commit7fcec8342890031a0d22f0d013833badd81091e8 (patch)
tree9b09ab2eb1d111d5662a1f0f0b7fa13df07587d0 /src/util.h
parent5c3c86b06e84ac70735b2629209de2dcc0e09034 (diff)
downloadlibgit2-7fcec8342890031a0d22f0d013833badd81091e8.tar.gz
fetchhead reading/iterating
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index cb1c4fdc2..aa193580b 100644
--- a/src/util.h
+++ b/src/util.h
@@ -107,6 +107,7 @@ GIT_INLINE(int) git__is_sizet(git_off_t p)
#endif
extern char *git__strtok(char **end, const char *sep);
+extern char *git__strsep(char **end, const char *sep);
extern void git__strntolower(char *str, size_t len);
extern void git__strtolower(char *str);