]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Move cgit_get_repoinfo into shared.c
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index f3d783e553704ffbab9ee1f8bcde346b8259531f..a38981d8bb335ac4ab973a8c21b2da3fc2df37ab 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -112,6 +112,7 @@ extern int   cgit_query_ofs;
 
 extern int htmlfd;
 
+extern struct repoinfo *cgit_get_repoinfo(const char *url);
 extern void cgit_global_config_cb(const char *name, const char *value);
 extern void cgit_repo_config_cb(const char *name, const char *value);
 extern void cgit_querystring_cb(const char *name, const char *value);