diff: remove stalled entries in headers

This commit is contained in:
Baptiste Daroussin 2021-01-27 12:13:47 +01:00
parent 15abb23286
commit 931ad51808

View File

@ -102,9 +102,6 @@ extern regex_t ignore_re;
char *splice(char *, char *);
int diffreg(char *, char *, int, int);
int easprintf(char **, const char *, ...);
void *emalloc(size_t);
void *erealloc(void *, size_t);
void diffdir(char *, char *, int);
void print_only(const char *, size_t, const char *);
void print_status(int, char *, char *, const char *);