Simply backend API.

This commit is contained in:
Ian Gulliver
2016-02-17 12:30:26 -08:00
parent ca0e1db556
commit 020174d11a
3 changed files with 3 additions and 6 deletions

View File

@@ -21,4 +21,4 @@ struct backend {
parser parser;
};
struct backend *backend_new(char *node, char *service, int epoll_fd);
void backend_new(char *node, char *service, int epoll_fd);