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
81b8c9df
Commit
81b8c9df
authored
Mar 30, 2013
by
Carlos Martín Nieto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
transport: don't try to export nonexistent function
parent
f938259f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
include/git2/transport.h
+0
-10
No files found.
include/git2/transport.h
View file @
81b8c9df
...
...
@@ -165,16 +165,6 @@ typedef struct git_transport {
*/
GIT_EXTERN
(
int
)
git_transport_new
(
git_transport
**
out
,
git_remote
*
owner
,
const
char
*
url
);
/**
* Function which checks to see if a transport could be created for the
* given URL (i.e. checks to see if libgit2 has a transport that supports
* the given URL's scheme)
*
* @param url The URL to check
* @return Zero if the URL is not valid; nonzero otherwise
*/
GIT_EXTERN
(
int
)
git_transport_valid_url
(
const
char
*
url
);
/* Signature of a function which creates a transport */
typedef
int
(
*
git_transport_cb
)(
git_transport
**
out
,
git_remote
*
owner
,
void
*
param
);
...
...
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