libnetconf2
1.1.26
NETCONF library for clients and servers
libnetconf.h
Go to the documentation of this file.
1
16
#ifndef NC_LIBNETCONF_H_
17
#define NC_LIBNETCONF_H_
18
19
#include "config.h"
20
#include "
netconf.h
"
21
#include "log_p.h"
22
#include "session_p.h"
23
#include "messages_p.h"
24
25
/* Tests whether string is empty or non-empty. */
26
#define strisempty(str) ((str)[0] == '\0')
27
#define strnonempty(str) ((str)[0] != '\0')
28
652
#endif
/* NC_LIBNETCONF_H_ */
netconf.h
libnetconf2's general public functions and structures definitions.
src
libnetconf.h
Generated on Fri Dec 4 2020 08:02:12 for libnetconf2 by
1.8.20