diff options
author | Roland Reichwein <mail@reichwein.it> | 2022-12-31 13:45:31 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2022-12-31 13:45:31 +0100 |
commit | 06a5b6fe71abac44286adf9c9f439ad5a2e3a519 (patch) | |
tree | fba06f886db2b116030e2316646ebc83245a94d3 /webserver.cpp | |
parent | 921c799f3aa0163cd2eeda5a1c3c8d10d5989e9c (diff) |
Added tests
Diffstat (limited to 'webserver.cpp')
-rw-r--r-- | webserver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webserver.cpp b/webserver.cpp index e848fd1..4591fc9 100644 --- a/webserver.cpp +++ b/webserver.cpp @@ -24,7 +24,7 @@ void initlocale() { } } -int main(int argc, char* argv[]) +int webserver(int argc, char* argv[]) { try { //initlocale(); // TODO: breaks plugins |