src/server/admin/adminui.h

changeset 81
d25825f37967
parent 80
0de4a90979e1
child 82
740cfd9dd443
equal deleted inserted replaced
80:0de4a90979e1 81:d25825f37967
1 /*
2 * File: adminui.h
3 * Author: olaf
4 *
5 * Created on 18. Februar 2012, 17:23
6 */
7
8 #ifndef ADMINUI_H
9 #define ADMINUI_H
10
11 #include "../public/nsapi.h"
12
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16
17 int adm_index(pblock *pb, Session *sn, Request *rq);
18
19
20 #ifdef __cplusplus
21 }
22 #endif
23
24 #endif /* ADMINUI_H */
25

mercurial