cGit-UI for Git Repositories

cGit-UI – is a web interface for Git Repositories. cGit CGI script is writen in C and therefore it's fast enough

12 Commits   0 Branches   1 Tag
Index: ui-repolist.h
===================================================================
--- ui-repolist.h	(nonexistent)
+++ ui-repolist.h	(revision 5)
@@ -0,0 +1,17 @@
+
+#ifndef    __UI_REPOLIST_H
+#define    __UI_REPOLIST_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
+extern void cgit_print_repolist_page( void );
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif  /* __UI_REPOLIST_H */