src/server/admin/adminui.h

changeset 23
a2c8fc23c90e
equal deleted inserted replaced
22:adb0bda54e6b 23:a2c8fc23c90e
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