Refactored Makefile for static linking, removed netconf soap encoding

This commit is contained in:
Olof hagsand 2021-10-04 10:44:14 +02:00
parent 42e61f461c
commit 8f55b8490d
5 changed files with 7 additions and 55 deletions

View file

@ -48,9 +48,6 @@ enum target_type{ /* netconf */
};
enum transport_type{
NETCONF_SSH, /* RFC 4742 */
#ifdef NOTUSED
NETCONF_SOAP, /* RFC 4743 */
#endif
};
enum test_option{ /* edit-config */
@ -75,8 +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 add_error_postamble(cbuf *xf);
int netconf_output(int s, cbuf *xf, char *msg);
int netconf_output_encap(int s, cbuf *cb, char *msg);