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
|
|
@ -52,8 +52,8 @@
|
|||
/*
|
||||
* Prototypes
|
||||
*/
|
||||
int api_path_is_restconf(clicon_handle h);
|
||||
int api_well_known(clicon_handle h, void *req);
|
||||
int api_root_restconf(clicon_handle h, void *req, cvec *qvec);
|
||||
int api_path_is_restconf(clixon_handle h);
|
||||
int api_well_known(clixon_handle h, void *req);
|
||||
int api_root_restconf(clixon_handle h, void *req, cvec *qvec);
|
||||
|
||||
#endif /* _RESTCONF_ROOT_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue