Adding upstream version 2.0.24.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e508fcfeb9
commit
afb0a8fea7
118 changed files with 45084 additions and 0 deletions
35
nc_client.h.in
Normal file
35
nc_client.h.in
Normal file
|
@ -0,0 +1,35 @@
|
|||
/**
|
||||
* \file nc_client.h
|
||||
* \author Radek Krejci <rkrejci@cesnet.cz>
|
||||
* \brief libnetconf2's main public header for NETCONF clients.
|
||||
*
|
||||
* Copyright (c) 2015 - 2021 CESNET, z.s.p.o.
|
||||
*
|
||||
* This source code is licensed under BSD 3-Clause License (the "License").
|
||||
* You may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* https://opensource.org/licenses/BSD-3-Clause
|
||||
*/
|
||||
|
||||
#ifndef NC_CLIENT_H_
|
||||
#define NC_CLIENT_H_
|
||||
|
||||
@SSH_MACRO@
|
||||
@TLS_MACRO@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <libnetconf2/netconf.h>
|
||||
#include <libnetconf2/log.h>
|
||||
#include <libnetconf2/messages_client.h>
|
||||
#include <libnetconf2/session_client.h>
|
||||
#include <libnetconf2/session_client_ch.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* NC_CLIENT_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue