yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
agt_support_save.h
Go to the documentation of this file.
1#ifdef WITH_SUPPORT_SAVE
2/*
3 * Copyright (c) 2017 - 2021, YumaWorks, Inc., All Rights Reserved.
4 *
5 * Unless required by applicable law or agreed to in writing,
6 * software distributed under the License is distributed on an
7 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
8 * KIND, either express or implied. See the License for the
9 * specific language governing permissions and limitations
10 * under the License.
11 */
12#ifndef _H_agt_support_save
13#define _H_agt_support_save
14
15/* FILE: agt_support_save.h
16*********************************************************************
17* *
18* P U R P O S E *
19* *
20*********************************************************************/
21
28/*********************************************************************
29* *
30* C H A N G E H I S T O R Y *
31* *
32*********************************************************************
33
34date init comment
35----------------------------------------------------------------------
3629-jul-17 abb Begun
37
38*/
39
40#ifndef _H_status_enum
41#include "status_enum.h"
42#endif
43
44#ifdef __cplusplus
45extern "C" {
46#endif
47
61/********************************************************************
62* *
63* F U N C T I O N S *
64* *
65*********************************************************************/
66
74extern status_t
76
77
83extern void
85
86
90#ifdef __cplusplus
91} /* end extern 'C' */
92#endif
93
94#endif /* _H_agt_support_save */
95#endif // WITH_SUPPORT_SAVE
void agt_support_save_cleanup(void)
Cleanup the NETCONF Server support save method routines.
Definition: agt_support_save.c:1061
status_t agt_support_save_init(void)
Initialize the NETCONF Server support save method routines.
Definition: agt_support_save.c:1019
status_t
global error return code
Definition: status_enum.h:210
global error status code enumerations