aboutsummaryrefslogtreecommitdiffstats
path: root/ui-atom.h
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2008-08-06 09:50:10 +0200
committerLars Hjemli <hjemli@gmail.com>2008-08-06 09:50:10 +0200
commite352a013aed6e925a10a92916500c7deccf1410a (patch)
tree7c49bf453bee4f624025d62bae92b4926bf83bfe /ui-atom.h
parentcgitrc: explain new local-time option (diff)
parentAdd atom-support (diff)
downloadcgit-e352a013aed6e925a10a92916500c7deccf1410a.tar.xz
cgit-e352a013aed6e925a10a92916500c7deccf1410a.zip
Merge branch 'lh/atom'
Diffstat (limited to 'ui-atom.h')
-rw-r--r--ui-atom.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui-atom.h b/ui-atom.h
new file mode 100644
index 0000000..749ffd3
--- /dev/null
+++ b/ui-atom.h
@@ -0,0 +1,6 @@
+#ifndef UI_ATOM_H
+#define UI_ATOM_H
+
+extern void cgit_print_atom(char *tip, char *path, int max_count);
+
+#endif