Skip to content
Snippets Groups Projects
Commit 72040533 authored by burneykb's avatar burneykb
Browse files
parents 3d7f12dd 6d790d8d
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