C-style update: Unified comment, retvals in order, remove trailing spaces
Changed function name for `clicon_debug` functions
This commit is contained in:
parent
6e314dd96f
commit
62348fc9c7
204 changed files with 6047 additions and 4904 deletions
|
|
@ -45,6 +45,7 @@ extern "C" {
|
|||
* Types
|
||||
*/
|
||||
/*! RESTCONF media types
|
||||
*
|
||||
* @see http_media_map
|
||||
* @note DUPLICATED in clixon_restconf.h
|
||||
*/
|
||||
|
|
@ -76,7 +77,7 @@ enum restconf_http_proto{
|
|||
HTTP_2
|
||||
};
|
||||
typedef enum restconf_http_proto restconf_http_proto;
|
||||
|
||||
|
||||
/*
|
||||
* Prototypes
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue