add program arguments

This commit is contained in:
Peter Thorson
2013-11-02 18:22:58 -05:00
parent 6f79894ea5
commit 8524a1a272

View File

@@ -80,7 +80,7 @@ void on_message(server* s, websocketpp::connection_hdl hdl, message_ptr msg) {
s->send(hdl, msg->get_payload(), msg->get_opcode());
}
int main() {
int main(int argc, char * argv[]) {
// Create a server endpoint
server testee_server;