libnetconf2
1.1.48
NETCONF library for clients and servers
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
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_ */
netconf.h
libnetconf2's general public functions and structures definitions.
src
libnetconf.h
Generated on Sat Nov 23 2024 09:21:06 for libnetconf2 by
1.8.5