Restructured error,debug anf log API
Renamed functions clicon->clixon, replaced global variables w access functions Unified clicon_netconf_error with clixon_err()
This commit is contained in:
parent
261469be16
commit
24a4991ec8
199 changed files with 4668 additions and 4158 deletions
|
|
@ -42,8 +42,8 @@
|
|||
/*
|
||||
* Prototypes
|
||||
*/
|
||||
int startup_mode_startup(clicon_handle h, char *db, cbuf *cbret);
|
||||
int startup_extraxml(clicon_handle h, char *file, cbuf *cbret);
|
||||
int startup_module_state(clicon_handle h, yang_stmt *yspec);
|
||||
int startup_mode_startup(clixon_handle h, char *db, cbuf *cbret);
|
||||
int startup_extraxml(clixon_handle h, char *file, cbuf *cbret);
|
||||
int startup_module_state(clixon_handle h, yang_stmt *yspec);
|
||||
|
||||
#endif /* _BACKEND_STARTUP_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue