#ifndef DBOX_ADMIN_H #define DBOX_ADMIN_H #include "../webonline/http.h" void doadmin(httpt &http, std::ostream &out); #endif