feisty meow concerns codebase
2.140
|
#include <loggers/console_logger.h>
#include <filesystem/filename.h>
#include <structures/static_memory_gremlin.h>
#include <security/nt_security.h>
Go to the source code of this file.
Functions | |
bool | run_as_service (char *user, log_base &out) |
int | main (int argc, char *argv[]) |
Variables | |
HOOPLE_STARTUP_CODE | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 45 of file run_as_service.cpp.
References run_as_service().
bool run_as_service | ( | char * | user, |
log_base & | out | ||
) |
Definition at line 24 of file run_as_service.cpp.
Referenced by main().
HOOPLE_STARTUP_CODE |
Definition at line 20 of file run_as_service.cpp.