libnetconf2  1.1.48
NETCONF library for clients and servers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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_ */
libnetconf2's general public functions and structures definitions.