diff options
Diffstat (limited to 'cpp/src/posix')
| -rw-r--r-- | cpp/src/posix/QpiddBroker.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/posix/QpiddBroker.cpp b/cpp/src/posix/QpiddBroker.cpp index 879935462e..86504ba7fc 100644 --- a/cpp/src/posix/QpiddBroker.cpp +++ b/cpp/src/posix/QpiddBroker.cpp @@ -188,3 +188,8 @@ int QpiddBroker::execute (QpiddOptions *options) { } return 0; } + +int main(int argc, char* argv[]) +{ + return run_broker(argc, argv); +} |
