moved detect_endtag to clixon_proto
This commit is contained in:
parent
7880b5d498
commit
05edace630
5 changed files with 67 additions and 43 deletions
|
|
@ -72,7 +72,6 @@ extern int cc_closed;
|
|||
int add_preamble(cbuf *xf);
|
||||
int add_postamble(cbuf *xf);
|
||||
int add_error_preamble(cbuf *xf, char *reason);
|
||||
int detect_endtag(char *tag, char ch, int *state);
|
||||
char *netconf_get_target(cxobj *xn, char *path);
|
||||
int add_error_postamble(cbuf *xf);
|
||||
int netconf_output(int s, cbuf *xf, char *msg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue