The name of the function is not virConfGetValueULongLong().
---
src/util/virconf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/util/virconf.c b/src/util/virconf.c
index 6e1d2f4..d635539 100644
--- a/src/util/virconf.c
+++ b/src/util/virconf.c
@@ -1336,7 +1336,7 @@ int virConfGetValueLLong(virConfPtr conf,
/**
- * virConfGetValueULongLong:
+ * virConfGetValueULLong:
* @conf: the config object
* @setting: the config entry name
* @value: pointer to hold integer value
--
2.7.4