X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/ee4056bd2c902a12dea67874368863fe60ea5a5f..20a33548b9a87a6eb23162ee5d137daa46d78613:/cgit.h diff --git a/cgit.h b/cgit.h index f600912..91d18f8 100644 --- a/cgit.h +++ b/cgit.h @@ -214,7 +214,6 @@ extern void cgit_diff_commit(struct commit *commit, filepair_fn fn); extern char *fmt(const char *format,...); -extern int cgit_read_config(const char *filename, configfn fn); extern int cgit_parse_query(char *txt, configfn fn); extern struct commitinfo *cgit_parse_commit(struct commit *commit); extern struct taginfo *cgit_parse_tag(struct tag *tag);