2#ifndef _H_agt_templates
3#define _H_agt_templates
75 const xmlChar *targstr,
status_t agt_templates_validate_parm(ses_cb_t *scb, rpc_msg_t *msg, xml_node_t *methnode)
Check for with-template parameter.
Definition: agt_templates.c:392
void agt_templates_clear(const xmlChar *name)
Clear a config template if found.
Definition: agt_templates.c:366
status_t agt_templates_apply_parm(rpc_msg_t *msg, val_value_t *newval)
Apply a template to a subtree.
Definition: agt_templates.c:459
void agt_templates_cleanup(void)
Cleanup the yumaworks-templates.
Definition: agt_templates.c:311
status_t agt_templates_init(void)
initialize the yumaworks-templates
Definition: agt_templates.c:292
status_t agt_templates_set(const xmlChar *name, const xmlChar *targstr, obj_template_t *targobj, val_value_t *targval)
Set a config template (new or replace)
Definition: agt_templates.c:329
status_t
global error return code
Definition: status_enum.h:210
NETCONF protocol remote procedure call common definitions.
NETCONF Session Common definitions module.
global error status code enumerations
One YANG data-def-stmt.
Definition: obj.h:1229
NETCONF Server and Client RPC Request/Reply Message Header.
Definition: rpc.h:181
Session Control Block.
Definition: ses.h:573
one value to match one type
Definition: val.h:912
gather node data into a simple struct.
Definition: xml_util.h:207
Value Node Basic Support.