/** * @file nc_server.h * @author Radek Krejci * @brief libnetconf2's main public header for NETCONF servers. * * @copyright * 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_SERVER_H_ #define NC_SERVER_H_ #ifdef __cplusplus extern "C" { #endif @SSH_TLS_MACRO@ #include #include #include #include #include #include #ifdef __cplusplus } #endif #endif /* NC_SERVER_H_ */