summaryrefslogtreecommitdiff
path: root/csvncgi/ui-diff.h
diff options
context:
space:
mode:
Diffstat (limited to 'csvncgi/ui-diff.h')
-rw-r--r--csvncgi/ui-diff.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/csvncgi/ui-diff.h b/csvncgi/ui-diff.h
new file mode 100644
index 0000000..66a1329
--- /dev/null
+++ b/csvncgi/ui-diff.h
@@ -0,0 +1,17 @@
+
+#ifndef __UI_DIFF_H
+#define __UI_DIFF_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
+extern void csvn_print_diff_page( void );
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __UI_DIFF_H */