Merging upstream version 3.5.5 (Closes: #1098233).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c86ae7dcba
commit
6af28b7e8e
144 changed files with 43534 additions and 11497 deletions
|
@ -1,8 +1,9 @@
|
|||
/**
|
||||
* \file nc_client.h
|
||||
* \author Radek Krejci <rkrejci@cesnet.cz>
|
||||
* \brief libnetconf2's main public header for NETCONF clients.
|
||||
* @file nc_client.h
|
||||
* @author Radek Krejci <rkrejci@cesnet.cz>
|
||||
* @brief libnetconf2's main public header for NETCONF clients.
|
||||
*
|
||||
* @copyright
|
||||
* Copyright (c) 2015 - 2021 CESNET, z.s.p.o.
|
||||
*
|
||||
* This source code is licensed under BSD 3-Clause License (the "License").
|
||||
|
@ -15,13 +16,12 @@
|
|||
#ifndef NC_CLIENT_H_
|
||||
#define NC_CLIENT_H_
|
||||
|
||||
@SSH_MACRO@
|
||||
@TLS_MACRO@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
@SSH_TLS_MACRO@
|
||||
|
||||
#include <libnetconf2/netconf.h>
|
||||
#include <libnetconf2/log.h>
|
||||
#include <libnetconf2/messages_client.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue