Skip to content
Snippets Groups Projects
Commit 6610acce authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

Change the port parameter to a string

parent 8f78e889
Branches
Tags
No related merge requests found
...@@ -51,7 +51,7 @@ const char* eb_status(eb_status_t code) { ...@@ -51,7 +51,7 @@ const char* eb_status(eb_status_t code) {
} }
} }
eb_status_t eb_socket_open(int port, eb_width_t supported_widths, eb_socket_t* result) { eb_status_t eb_socket_open(const char* port, eb_width_t supported_widths, eb_socket_t* result) {
eb_socket_t socketp; eb_socket_t socketp;
eb_socket_aux_t auxp; eb_socket_aux_t auxp;
eb_transport_t transportp, first_transport; eb_transport_t transportp, first_transport;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment