]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Move function for configfile parsing into configfile.[ch]
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index f600912473bb3b7a3a626df2304b85a26336e626..91d18f80182b07e6b310c0bc13dc9a49cbcd3d9e 100644 (file)
--- 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);