libgit2

git_smart_subtransport

Version:

Signature

typedef struct git_smart_subtransport { int (*)(git_smart_subtransport_stream **, git_smart_subtransport *, const char *, git_smart_service_t) action int (*)(git_smart_subtransport *) close void (*)(git_smart_subtransport *) free };

Members

int (*)(git_smart_subtransport_stream **, git_smart_subtransport *, const char *, git_smart_service_t)
action
int (*)(git_smart_subtransport *)
close
void (*)(git_smart_subtransport *)
free

Parameter To

Versions