Fix bipmkpw compilation issues per external variables #13

Manually merged
bip merged 1 commits from Kyoshiro/bip:805_bipmkpw_compile into master 2024-03-20 14:15:10 +01:00
1 changed files with 3 additions and 3 deletions

View File

@ -23,9 +23,9 @@
#include "util.h" #include "util.h"
#include "md5.h" #include "md5.h"
int conf_log_level; extern int conf_log_level;
FILE *conf_global_log_file; extern FILE *conf_global_log_file;
int conf_log_system; extern int conf_log_system;
void bipmkpw_fatal(char *msg, char *err) void bipmkpw_fatal(char *msg, char *err)
{ {