/*
* File: adminui.h
* Author: olaf
*
* Created on 18. Februar 2012, 17:23
*/
#ifndef ADMINUI_H
#define ADMINUI_H
#include "../public/nsapi.h"
#ifdef __cplusplus
extern "C" {
#endif
int adm_index(pblock *pb, Session *sn, Request *rq);
#ifdef __cplusplus
}
#endif
#endif /* ADMINUI_H */