summaryrefslogtreecommitdiff
path: root/src/git2.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2010-12-18 02:10:25 +0200
committerVicent Marti <tanoku@gmail.com>2010-12-18 02:35:33 +0200
commit638c2ca4281589b73f2d402bb80775242045144a (patch)
tree8ad909bbf2612ddebe2078ed623f3fb4c9421cf1 /src/git2.h
parent5cccfa899926a93c12af8232c0c0d16c0c9c7ff2 (diff)
downloadlibgit2-638c2ca4281589b73f2d402bb80775242045144a.tar.gz
Rename 'git_person' to 'git_signature'
The new signature struct is public, and contains information about the timezone offset. Must be free'd manually by the user. Signed-off-by: Vicent Marti <tanoku@gmail.com>
Diffstat (limited to 'src/git2.h')
-rw-r--r--src/git2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/git2.h b/src/git2.h
index dbf5a9961..9eb9294df 100644
--- a/src/git2.h
+++ b/src/git2.h
@@ -33,6 +33,7 @@
#include "git2/types.h"
#include "git2/oid.h"
+#include "git2/signature.h"
#include "git2/odb.h"
#include "git2/repository.h"