libgit2

GIT_EXTERN(type)

Version:

Declare a public function exported for application use.

Signature

#define GIT_EXTERN(type) extern __attribute__((visibility("default"))) type

Versions