Remove uneeded function prototype.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@374 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
Milan Broz
2010-11-15 17:03:43 +00:00
parent f4eef16539
commit b13b4b7654
2 changed files with 1 additions and 4 deletions

View File

@@ -56,7 +56,6 @@ int crypt_confirm(struct crypt_device *cd, const char *msg);
void set_error_va(const char *fmt, va_list va);
void set_error(const char *fmt, ...);
const char *get_error(void);
void set_debug_level(int level);
int init_crypto(struct crypt_device *ctx);
struct hash_backend *get_hash_backend(const char *name);

View File

@@ -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;