mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
cleanup: remove superfluous forward declaration
This commit is contained in:
parent
74a3fc4e85
commit
9a1d31a3c6
@ -63,8 +63,6 @@ typedef enum {
|
|||||||
CFG_TYPE_STRING = 1 << 5, /* setting */
|
CFG_TYPE_STRING = 1 << 5, /* setting */
|
||||||
} cfg_def_type_t;
|
} cfg_def_type_t;
|
||||||
|
|
||||||
typedef struct cfg_def_item cfg_def_item_t;
|
|
||||||
|
|
||||||
/* function types to evaluate default value at runtime */
|
/* function types to evaluate default value at runtime */
|
||||||
typedef int (*t_fn_CFG_TYPE_BOOL) (struct cmd_context *cmd, struct profile *profile);
|
typedef int (*t_fn_CFG_TYPE_BOOL) (struct cmd_context *cmd, struct profile *profile);
|
||||||
typedef int (*t_fn_CFG_TYPE_INT) (struct cmd_context *cmd, struct profile *profile);
|
typedef int (*t_fn_CFG_TYPE_INT) (struct cmd_context *cmd, struct profile *profile);
|
||||||
|
Loading…
Reference in New Issue
Block a user