summaryrefslogtreecommitdiff
path: root/cgitcgi/ui-diff.h
diff options
context:
space:
mode:
authorkx <kx@radix.pro>2023-03-24 03:51:10 +0300
committerkx <kx@radix.pro>2023-03-24 03:51:10 +0300
commit05d292b208dfe01324826b4c87bbc4da3389a0d5 (patch)
treeb10a2269e9320785f3b61189e75f6778fa167986 /cgitcgi/ui-diff.h
parent40ab18a661ff6ada40e73969be293918d346a2f5 (diff)
downloadcgit-ui-05d292b208dfe01324826b4c87bbc4da3389a0d5.tar.xz
Version 0.1.7
Diffstat (limited to 'cgitcgi/ui-diff.h')
-rw-r--r--cgitcgi/ui-diff.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/cgitcgi/ui-diff.h b/cgitcgi/ui-diff.h
new file mode 100644
index 0000000..aa4c5aa
--- /dev/null
+++ b/cgitcgi/ui-diff.h
@@ -0,0 +1,17 @@
+
+#ifndef __UI_DIFF_H
+#define __UI_DIFF_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
+extern void cgit_print_diff_page( void );
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __UI_DIFF_H */