libgit2

GIT_DEPRECATED(func)

Version:

Declare a function as deprecated.

Signature

#define GIT_DEPRECATED(func) __attribute__((deprecated)) __attribute__((used)) func

Versions