libnetconf2 2.0.24
NETCONF server and client library in C.
Loading...
Searching...
No Matches
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 "log_p.h"
21#include "messages_p.h"
22#include "netconf.h"
23#include "session_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
669#endif /* NC_LIBNETCONF_H_ */
libnetconf2's general public functions and structures definitions.