Skip to content
Snippets Groups Projects
Commit 5225b31b authored by burneykb's avatar burneykb
Browse files
parents 2774d5a5 30c33b08
No related branches found
No related tags found
No related merge requests found
#include <
#ifndef FRONTEND_COMMON_H
#define FRONTEND_COMMON_H
struct backend_conn;
/* Start connection to quad */
struct backend_conn * ucart_backendConnect();
/* Stop connection to quad */
void ucart_backendDisconnect(struct backend_conn * conn);
/* Get a string from the backend. NOTE: free() the string when
* you are done with it.
*/
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