summaryrefslogtreecommitdiff
path: root/cgitcgi/ui-tree.h
blob: 96c8ee596aa125ec53aed364156de2bf09691a7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef    __UI_TREE_H
#define    __UI_TREE_H

#ifdef __cplusplus
extern "C" {
#endif


extern void cgit_print_tree_page( void );


#ifdef __cplusplus
}
#endif

#endif  /* __UI_TREE_H */