Skip to content
Snippets Groups Projects
Commit 6d790d8d authored by Jake Drahos's avatar Jake Drahos
Browse files

fixed a typo

parent 22f365d3
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,6 @@ void ucart_backendDisconnect(struct backend_conn * conn);
/* Get a string from the backend. NOTE: free() the string when
* you are done with it.
*/
char * backendGetline(struct backend_conn * conn);
char * ucart_backendGetline(struct backend_conn * conn);
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment