Skip to content

Commit

Permalink
confile: non-functional changes
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Aug 10, 2017
1 parent 01f55c4 commit 3aea1a7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/lxc/confile.h
Expand Up @@ -33,11 +33,12 @@
struct lxc_conf;
struct lxc_list;

typedef int (*config_set_cb)(const char *, const char *, struct lxc_conf *,
typedef int (*config_set_cb)(const char *key, const char *value,
struct lxc_conf *conf, void *data);
typedef int (*config_get_cb)(const char *key, char *value, int inlen,
struct lxc_conf *conf, void *data);
typedef int (*config_clr_cb)(const char *key, struct lxc_conf *conf,
void *data);
typedef int (*config_get_cb)(const char *, char *, int, struct lxc_conf *,
void *);
typedef int (*config_clr_cb)(const char *, struct lxc_conf *c, void *data);

struct lxc_config_t {
char *name;
Expand Down

0 comments on commit 3aea1a7

Please sign in to comment.