Files
John Norman 75393a0a1a #include updates.
Sorted includes.
Converted dependencies to brackets.
Use relative path for includes.
2024-07-05 16:23:33 -07:00

12 lines
207 B
C++

#ifndef MAIN_H
#define MAIN_H
#include <string>
bool parseArgs(int argc, char* argv[]);
void printHelp(const char* pname);
std::string getBaseHomePath();
void shutdownServer(int signal);
#endif // MAIN_H