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

#ifdef __cplusplus
extern "C" {
#endif


extern void cgit_print_file_page( void );


#ifdef __cplusplus
}
#endif

#endif  /* __UI_FILE_H */