mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-15 12:50:06 +01:00
Remove uneeded function prototype.
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@374 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
@@ -826,7 +826,7 @@ static void help(poptContext popt_context, enum poptCallbackReason reason,
|
||||
|
||||
for(action = action_types; action->type; action++)
|
||||
log_std("\t%s %s - %s\n", action->type, _(action->arg_desc), _(action->desc));
|
||||
|
||||
|
||||
log_std(_("\n"
|
||||
"<name> is the device to create under %s\n"
|
||||
"<device> is the encrypted device\n"
|
||||
@@ -845,8 +845,6 @@ static void help(poptContext popt_context, enum poptCallbackReason reason,
|
||||
usage(popt_context, EXIT_SUCCESS, NULL, NULL);
|
||||
}
|
||||
|
||||
void set_debug_level(int level);
|
||||
|
||||
static void _dbg_version_and_cmd(int argc, char **argv)
|
||||
{
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user