DatabasePlugin: pass config_param reference
This commit is contained in:
@@ -139,7 +139,7 @@ struct DatabasePlugin {
|
||||
/**
|
||||
* Allocates and configures a database.
|
||||
*/
|
||||
Database *(*create)(const struct config_param *param,
|
||||
Database *(*create)(const config_param ¶m,
|
||||
GError **error_r);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user