diff options
| author | Ben Straub <bstraub@github.com> | 2012-06-06 12:25:22 -0700 |
|---|---|---|
| committer | Ben Straub <bstraub@github.com> | 2012-06-06 12:25:22 -0700 |
| commit | 8a385c0482aff009738f509892863707592434b9 (patch) | |
| tree | 9596ac3acca99274393c0f8e68f9ee0386088eaf /src/date.h | |
| parent | 2c2cde47b8241e66cacd535d5f8c269d623a47f0 (diff) | |
| download | libgit2-8a385c0482aff009738f509892863707592434b9.tar.gz | |
Move git__date_parse declaration to util.h.
Diffstat (limited to 'src/date.h')
| -rw-r--r-- | src/date.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/date.h b/src/date.h deleted file mode 100644 index 6859ee5e6..000000000 --- a/src/date.h +++ /dev/null @@ -1,14 +0,0 @@ -/* - * Copyright (C) 2009-2012 the libgit2 contributors - * - * This file is part of libgit2, distributed under the GNU GPL v2 with - * a Linking Exception. For full terms see the included COPYING file. - */ -#ifndef INCLUDE_date_h__ -#define INCLUDE_date_h__ - -#include "git2/types.h" - -int git__date_parse(git_time_t *out, const char *date); - -#endif |
