cache.h; fix a couple of prototypes
Trivial patch. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
5ea5621f89
commit
276bc2caab
4
cache.h
4
cache.h
@ -317,7 +317,7 @@ void datestamp(char *buf, int bufsize);
|
||||
unsigned long approxidate(const char *);
|
||||
|
||||
extern int setup_ident(void);
|
||||
extern void ignore_missing_committer_name();
|
||||
extern void ignore_missing_committer_name(void);
|
||||
extern const char *git_author_info(int);
|
||||
extern const char *git_committer_info(int);
|
||||
|
||||
@ -400,7 +400,7 @@ extern void install_packed_git(struct packed_git *pack);
|
||||
extern struct packed_git *find_sha1_pack(const unsigned char *sha1,
|
||||
struct packed_git *packs);
|
||||
|
||||
extern void pack_report();
|
||||
extern void pack_report(void);
|
||||
extern unsigned char* use_pack(struct packed_git *, struct pack_window **, unsigned long, unsigned int *);
|
||||
extern void unuse_pack(struct pack_window **);
|
||||
extern struct packed_git *add_packed_git(char *, int, int);
|
||||
|
Loading…
Reference in New Issue
Block a user