cSvn-UI for SVN Repositories

cGit-UI – is a web interface for Subversion (SVN) Repositories. cSvn CGI script is writen in C and therefore it's fast enough

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