moved detect_endtag to clixon_proto

This commit is contained in:
Olof hagsand 2017-04-07 12:34:07 +02:00
parent 7880b5d498
commit 05edace630
5 changed files with 67 additions and 43 deletions

View file

@ -87,4 +87,6 @@ int send_msg_notify(int s, int level, char *event);
int send_msg_reply(int s, char *data, uint16_t datalen);
int detect_endtag(char *tag, char ch, int *state);
#endif /* _CLIXON_PROTO_H_ */