summaryrefslogtreecommitdiff
path: root/src/git2/common.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2010-12-18 02:35:45 +0200
committerVicent Marti <tanoku@gmail.com>2010-12-18 02:35:45 +0200
commitb5ced41e85d4657376d3d6f53d8dc08ed3dcdacc (patch)
treefdf9dace53aff8e531d162097fb76b5845df34d2 /src/git2/common.h
parent1f080e2da4833004fd178f622271879336085e22 (diff)
parent638c2ca4281589b73f2d402bb80775242045144a (diff)
downloadlibgit2-b5ced41e85d4657376d3d6f53d8dc08ed3dcdacc.tar.gz
Merge branch 'timezone'
Diffstat (limited to 'src/git2/common.h')
-rw-r--r--src/git2/common.h9
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