summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2014-04-01 20:17:49 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2014-04-01 20:18:36 +0200
commitf28e4c97b38c1ec60dc6ce6e5306067ad24aeb8e (patch)
tree1c32c40140453c66b6c74a374475f199b3a1790b
parent2450d4c63a58958100d1be0e5082efa930e09650 (diff)
downloadlibgit2-f28e4c97b38c1ec60dc6ce6e5306067ad24aeb8e.tar.gz
refspec: git_refspec_parse() does not exist
-rw-r--r--src/refspec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/refspec.h b/src/refspec.h
index 375465f61..9a87c97a5 100644
--- a/src/refspec.h
+++ b/src/refspec.h
@@ -23,7 +23,6 @@ struct git_refspec {
#define GIT_REFSPEC_TAGS "refs/tags/*:refs/tags/*"
-int git_refspec_parse(struct git_refspec *refspec, const char *str);
int git_refspec__parse(
struct git_refspec *refspec,
const char *str,