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/person.h | |
| parent | 1f080e2da4833004fd178f622271879336085e22 (diff) | |
| parent | 638c2ca4281589b73f2d402bb80775242045144a (diff) | |
| download | libgit2-b5ced41e85d4657376d3d6f53d8dc08ed3dcdacc.tar.gz | |
Merge branch 'timezone'
Diffstat (limited to 'src/person.h')
| -rw-r--r-- | src/person.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/person.h b/src/person.h deleted file mode 100644 index 7a9fcb75b..000000000 --- a/src/person.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef INCLUDE_person_h__ -#define INCLUDE_person_h__ - -#include "git2/common.h" -#include "repository.h" -#include <time.h> - -/** Parsed representation of a person */ -struct git_person { - char *name; /**< Full name */ - char *email; /**< Email address */ - time_t time; /**< Time when this person committed the change */ -}; - -void git_person__free(git_person *person); -git_person *git_person__new(const char *name, const char *email, time_t time); -int git_person__parse(git_person *person, char **buffer_out, const char *buffer_end, const char *header); -int git_person__write(git_odb_source *src, const char *header, const git_person *person); - -#endif |
