aboutsummaryrefslogtreecommitdiff
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
parent3c71f597cc932992d5c44196e90f4675a1d54e77 (diff)
parentb2a3d31e8839b53a623b4c99124c2c637d0e3cbb (diff)
downloadcgit-e352a013aed6e925a10a92916500c7deccf1410a.tar.gz
cgit-e352a013aed6e925a10a92916500c7deccf1410a.tar.bz2
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