diff options
| author | Vicent Marti <tanoku@gmail.com> | 2010-12-18 02:35:45 +0200 |
|---|---|---|
| committer | Vicent Marti <tanoku@gmail.com> | 2010-12-18 02:35:45 +0200 |
| commit | b5ced41e85d4657376d3d6f53d8dc08ed3dcdacc (patch) | |
| tree | fdf9dace53aff8e531d162097fb76b5845df34d2 /src/git2/common.h | |
| parent | 1f080e2da4833004fd178f622271879336085e22 (diff) | |
| parent | 638c2ca4281589b73f2d402bb80775242045144a (diff) | |
| download | libgit2-b5ced41e85d4657376d3d6f53d8dc08ed3dcdacc.tar.gz | |
Merge branch 'timezone'
Diffstat (limited to 'src/git2/common.h')
| -rw-r--r-- | src/git2/common.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/git2/common.h b/src/git2/common.h index b819f0549..9d014c038 100644 --- a/src/git2/common.h +++ b/src/git2/common.h @@ -134,16 +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); - /** @} */ GIT_END_DECL #endif |
