File: common.h

package info (click to toggle)
python-pygit2 1.4.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,328 kB
  • sloc: ansic: 11,016; python: 5,943; sh: 275; makefile: 19
file content (11 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#define GIT_PATH_MAX ...


typedef enum {
	GIT_FEATURE_THREADS	= 1,
	GIT_FEATURE_HTTPS	= 2,
	GIT_FEATURE_SSH		= 4,
	GIT_FEATURE_NSEC	= 8,
} git_feature_t;

int git_libgit2_features(void);