div edits
This commit is contained in:
parent
4d419aab54
commit
782f75a7b9
3 changed files with 13 additions and 2 deletions
|
|
@ -114,6 +114,7 @@ stream_register(clicon_handle h,
|
|||
}
|
||||
|
||||
/*! Delete complete notification event stream list (not just single stream)
|
||||
* @param[in] es
|
||||
*/
|
||||
int
|
||||
stream_delete_all(event_stream_t *es)
|
||||
|
|
@ -315,7 +316,6 @@ stream_notify_xml(clicon_handle h,
|
|||
* err;
|
||||
* @endcode
|
||||
* @see stream_notify_xml
|
||||
* @see backend_notify
|
||||
*/
|
||||
int
|
||||
stream_notify(clicon_handle h,
|
||||
|
|
|
|||
|
|
@ -2471,7 +2471,7 @@ yang_spec_append(clicon_handle h,
|
|||
char *yang_revision)
|
||||
{
|
||||
int retval = -1;
|
||||
yang_spec *yspec;
|
||||
yang_spec *yspec = NULL;
|
||||
yang_spec *yspec0;
|
||||
yang_stmt *ym = NULL; /* module */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue