The enum handler implementation has already some special values,
upcoming patches will add more so keep the only internal to avoid
surprises.
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
virTypedParamDebugstr;
virTypedParameterAssign;
virTypedParameterToString;
-virTypedParameterTypeFromString;
-virTypedParameterTypeToString;
virTypedParamListAddBoolean;
virTypedParamListAddDouble;
virTypedParamListAddInt;
#define VIR_FROM_THIS VIR_FROM_NONE
+VIR_ENUM_DECL(virTypedParameter);
+
VIR_ENUM_IMPL(virTypedParameter,
VIR_TYPED_PARAM_LAST,
"unknown",
unsigned int *remote_params_len,
unsigned int flags);
-VIR_ENUM_DECL(virTypedParameter);
-
char *
virTypedParamDebugstr(virTypedParameterPtr param);