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

#ifdef __cplusplus
extern "C" {
#endif


extern void csvn_print_repolist_page( void );


#ifdef __cplusplus
}
#endif

#endif  /* __UI_REPOLIST_H */