- nhttpd: remove obsolete function to show commandline help

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2017-09-05 00:10:10 +02:00
committed by Thilo Graf
parent c507f36816
commit d7e34d533d
2 changed files with 0 additions and 15 deletions

View File

@@ -39,7 +39,6 @@ public:
bool Configure();
void stop_webserver(); // Remove Hooks, Stop Webserver
static void version(FILE *dest);// Show Webserver Version
static void usage(FILE *dest); // Show command line usage
// Hooks
void hooks_attach(); // Add a Hook-Class to HookList
void hooks_detach(); // Remove a Hook-Class from HookList