lxc_config_define_load should an int
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
return 0;
}
-char* lxc_config_define_load(struct lxc_list *defines,
- struct lxc_conf *conf)
+int lxc_config_define_load(struct lxc_list *defines, struct lxc_conf *conf)
{
struct lxc_list *it;
int ret = 0;
extern int lxc_config_readline(char *buffer, struct lxc_conf *conf);
extern int lxc_config_define_add(struct lxc_list *defines, char* arg);
-extern char *lxc_config_define_load(struct lxc_list *defines,
- struct lxc_conf *conf);
+extern int lxc_config_define_load(struct lxc_list *defines,
+ struct lxc_conf *conf);