libyang
2.1.80
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
plugins.h
Go to the documentation of this file.
1
15
#ifndef LY_PLUGINS_H_
16
#define LY_PLUGINS_H_
17
18
#include "
log.h
"
19
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
23
67
enum
LYPLG
{
68
LYPLG_TYPE
,
69
LYPLG_EXTENSION
70
};
71
86
LIBYANG_API_DECL
LY_ERR
lyplg_add
(
const
char
*pathname);
87
90
#ifdef __cplusplus
91
}
92
#endif
93
94
#endif
/* LY_PLUGINS_H_ */
lyplg_add
LIBYANG_API_DECL LY_ERR lyplg_add(const char *pathname)
Manually load a plugin file.
LYPLG
LYPLG
Identifiers of the plugin type.
Definition:
plugins.h:67
LYPLG_TYPE
Definition:
plugins.h:68
LY_ERR
LY_ERR
libyang's error codes returned by the libyang functions.
Definition:
log.h:254
log.h
Logger manipulation routines and error definitions.
LYPLG_EXTENSION
Definition:
plugins.h:69
src
plugins.h
Generated on Fri Jun 2 2023 16:00:07 for libyang by
1.8.5