aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'cgit/ui-atom.h')
-rw-r--r--cgit/ui-atom.h10+10 −0
1 files changed, 10 insertions, 0 deletions
diff --git a/cgit/ui-atom.h b/cgit/ui-atom.h
new file mode 100644
--- /dev/null
+++ b/cgit/ui-atom.h
@@ -0,0 +1,10 @@
+/* SPDX-FileCopyrightText: cgit Development Team <cgit@lists.zx2c4.com>
+ * SPDX-License-Identifier: GPL-2.0-only
+ */
+
+#ifndef UI_ATOM_H
+#define UI_ATOM_H
+
+extern void cgit_print_atom(char *tip, const char *path, int max_count);
+
+#endif