SNMP frontend, forgot add some files in last commit

This commit is contained in:
Olof hagsand 2022-05-28 15:37:44 +02:00
parent 02983a025a
commit b2fbcb395c
4 changed files with 10 additions and 8 deletions

View file

@ -61,7 +61,7 @@ typedef struct clixon_snmp_handle clixon_snmp_handle;
int snmp_access_str2int(char *modes_str);
const char *snmp_msg_int2str(int msg);
int snmp_handle_free(clixon_snmp_handle *sh);
int type_yang2asn1(yang_stmt *ys, int *asn1_type);
int type_yang2asn1(yang_stmt *ys, int *asn1_type, int extended);
int type_snmp2xml(yang_stmt *ys,
netsnmp_variable_list *requestvb,
netsnmp_agent_request_info *reqinfo,