diff options
| author | Etienne Samson <samson.etienne@gmail.com> | 2019-09-09 17:01:44 +0200 |
|---|---|---|
| committer | Etienne Samson <samson.etienne@gmail.com> | 2019-09-13 16:54:40 +0200 |
| commit | 606f6e21a9f08f54d7354e9441f6b6a08abdda3b (patch) | |
| tree | 487fb0bbe50d1a55796d32afb8aca895cb7b666f /include/git2.h | |
| parent | 8bf0f7eb26c65b2b937b1f40a384b9b269b0b76d (diff) | |
| download | libgit2-606f6e21a9f08f54d7354e9441f6b6a08abdda3b.tar.gz | |
cert: move cert enums & struct to its own header
Diffstat (limited to 'include/git2.h')
| -rw-r--r-- | include/git2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2.h b/include/git2.h index 82ac1d3e9..7f49f8faf 100644 --- a/include/git2.h +++ b/include/git2.h @@ -15,6 +15,7 @@ #include "git2/blame.h" #include "git2/branch.h" #include "git2/buffer.h" +#include "git2/cert.h" #include "git2/checkout.h" #include "git2/cherrypick.h" #include "git2/clone.h" |
