Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
136e7129
Commit
136e7129
authored
Jul 16, 2011
by
Johan 't Hart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
On some header files, GIT_END_DECL was absent while GIT_BEGIN_DECL wasn't.
parent
05a62d1a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
include/git2/net.h
+2
-0
include/git2/refspec.h
+3
-0
No files found.
include/git2/net.h
View file @
136e7129
...
@@ -64,4 +64,6 @@ struct git_headarray {
...
@@ -64,4 +64,6 @@ struct git_headarray {
struct
git_remote_head
**
heads
;
struct
git_remote_head
**
heads
;
};
};
GIT_END_DECL
#endif
#endif
include/git2/refspec.h
View file @
136e7129
...
@@ -72,4 +72,7 @@ int git_refspec_src_match(const git_refspec *refspec, const char *refname);
...
@@ -72,4 +72,7 @@ int git_refspec_src_match(const git_refspec *refspec, const char *refname);
* @preturn GIT_SUCCESS, GIT_ESHORTBUFFER or another error
* @preturn GIT_SUCCESS, GIT_ESHORTBUFFER or another error
*/
*/
int
git_refspec_transform
(
char
*
out
,
size_t
outlen
,
const
git_refspec
*
spec
,
const
char
*
name
);
int
git_refspec_transform
(
char
*
out
,
size_t
outlen
,
const
git_refspec
*
spec
,
const
char
*
name
);
GIT_END_DECL
#endif
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment