--- psiconv-0.9.9.old/program/psiconv/psiconv.c +++ psiconv-0.9.9/program/psiconv/psiconv.c @@ -44,6 +44,8 @@ #include "psiconv.h" #include "gen.h" +psiconv_list fileformat_list; + static void print_help(void); static void print_version(void); static void strtoupper(char *str); --- psiconv-0.9.9.old/program/psiconv/psiconv.h +++ psiconv-0.9.9/program/psiconv/psiconv.h @@ -52,7 +52,7 @@ output_function *output; } *fileformat; -psiconv_list fileformat_list; /* of struct psiconv_fileformat */ +extern psiconv_list fileformat_list; /* of struct psiconv_fileformat */ #endif /* PSICONV_H */