yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
y_yumaworks-cert-usermap.h
Go to the documentation of this file.
1#ifndef _H_y_yumaworks_cert_usermap
2#define _H_y_yumaworks_cert_usermap
3/*
4 * Copyright (c) 2008 - 2012, Andy Bierman, All Rights Reserved.
5 * Copyright (c) 2012 - 2022, YumaWorks, Inc., All Rights Reserved.
6 *
7 * Unless required by applicable law or agreed to in writing,
8 * software distributed under the License is distributed on an
9 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
10 * KIND, either express or implied. See the License for the
11 * specific language governing permissions and limitations
12 * under the License.
13 *
14 */
15
46#include <xmlstring.h>
47
48#include "procdefs.h"
49#include "dlq.h"
50#include "ncxtypes.h"
51#include "op.h"
52#include "status.h"
53#include "val.h"
54
55#ifdef __cplusplus
56extern "C" {
57#endif
58
80#define y_ywcu_M_ywcu (const xmlChar *)"yumaworks-cert-usermap"
81
82#define y_ywcu_R_ywcu (const xmlChar *)"2022-02-06"
83
84#define y_ywcu_N_cert_to_name (const xmlChar *)"cert-to-name"
85#define y_ywcu_N_cert_usermap (const xmlChar *)"cert-usermap"
86#define y_ywcu_N_fingerprint (const xmlChar *)"fingerprint"
87#define y_ywcu_N_id (const xmlChar *)"id"
88#define y_ywcu_N_map_type (const xmlChar *)"map-type"
89#define y_ywcu_N_name (const xmlChar *)"name"
90
91
92
104 const xmlChar *modname,
105 const xmlChar *revision);
106
107
118
119
126extern void y_yumaworks_cert_usermap_cleanup (void);
127
128
131#ifdef __cplusplus
132} /* end extern 'C' */
133#endif
134
135#endif
dlq provides general double-linked list and queue support:
status_t
global error return code
Definition: status_enum.h:210
status_t y_yumaworks_cert_usermap_init(const xmlChar *modname, const xmlChar *revision)
Phase 1: Initialize the yumaworks-cert-usermap server instrumentation library.
Definition: y_yumaworks-cert-usermap.c:251
status_t y_yumaworks_cert_usermap_init2(void)
Phase 2: Initialize the yumaworks-cert-usermap server instrumentation library.
Definition: y_yumaworks-cert-usermap.c:336
void y_yumaworks_cert_usermap_cleanup(void)
Cleanup the yumaworks-cert-usermap server instrumentation library.
Definition: y_yumaworks-cert-usermap.c:374
YANG module data structures Many internal representations of YANG module constructs.
NETCONF protocol operations.
Global error messages for status code enumerations.
Value Node Basic Support.