Skip to content
Snippets Groups Projects
Unverified Commit 5e2ae3db authored by Jake Drahos's avatar Jake Drahos
Browse files

Added frontend_common skeletons

parent df6006c1
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 * 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