diff options
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 |