1
0
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:
Peter Rajnoha 2014-03-06 12:43:21 +01:00
parent 74a3fc4e85
commit 9a1d31a3c6

View File

@ -63,8 +63,6 @@ typedef enum {
CFG_TYPE_STRING = 1 << 5, /* setting */
} cfg_def_type_t;
typedef struct cfg_def_item cfg_def_item_t;
/* 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_INT) (struct cmd_context *cmd, struct profile *profile);