database: update the name of the API to 'lludb'
[apps/agl-service-data-persistence.git] / ll-database-binding / src / ll-database-binding.c
index c9f49f1..c3ab27e 100644 (file)
@@ -452,7 +452,7 @@ static const afb_verb_v2 ll_database_binding_verbs[]= {
 };
 
 const struct afb_binding_v2 afbBindingV2 = {
-       .api = "ll-database",
+       .api = "lludb", /* low-level user database */
        .specification = NULL,
        .verbs = ll_database_binding_verbs,
        .preinit = NULL,