diff options
| author | Vicent Marti <tanoku@gmail.com> | 2010-12-18 02:10:25 +0200 |
|---|---|---|
| committer | Vicent Marti <tanoku@gmail.com> | 2010-12-18 02:35:33 +0200 |
| commit | 638c2ca4281589b73f2d402bb80775242045144a (patch) | |
| tree | 8ad909bbf2612ddebe2078ed623f3fb4c9421cf1 /src/git2/common.h | |
| parent | 5cccfa899926a93c12af8232c0c0d16c0c9c7ff2 (diff) | |
| download | libgit2-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/common.h')
| -rw-r--r-- | src/git2/common.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/git2/common.h b/src/git2/common.h index 9734074ca..9d014c038 100644 --- a/src/git2/common.h +++ b/src/git2/common.h @@ -134,17 +134,7 @@ /** The index file is not backed up by an existing repository */ #define GIT_EBAREINDEX (GIT_ERROR -14) - GIT_BEGIN_DECL - -/** Parsed representation of a person */ -typedef struct git_person git_person; - -const char *git_person_name(git_person *person); -const char *git_person_email(git_person *person); -time_t git_person_time(git_person *person); -int git_person_timezone_offset(git_person *person); - /** @} */ GIT_END_DECL #endif |
