diff options
author | nulltoken <emeric.fermas@gmail.com> | 2010-12-10 16:30:06 +0100 |
---|---|---|
committer | nulltoken <emeric.fermas@gmail.com> | 2010-12-10 16:30:06 +0100 |
commit | 13710f1e86d9048b88361092a94b4648aeb864fd (patch) | |
tree | 488f4576ca32f58f235ac30e9299966def6e33f3 /src/git2/common.h | |
parent | 2cd6d6866e45939c7a60ff5f4cca52b02c8af498 (diff) | |
download | libgit2-13710f1e86d9048b88361092a94b4648aeb864fd.tar.gz |
Added timezone offset parsing and outputting.
Diffstat (limited to 'src/git2/common.h')
-rw-r--r-- | src/git2/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/git2/common.h b/src/git2/common.h index b819f0549..9734074ca 100644 --- a/src/git2/common.h +++ b/src/git2/common.h @@ -143,6 +143,7 @@ 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 |