diff options
Diffstat (limited to 'src/chgarchn.c')
-rw-r--r-- | src/chgarchn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chgarchn.c b/src/chgarchn.c index b5d72a0b..5e7d1183 100644 --- a/src/chgarchn.c +++ b/src/chgarchn.c @@ -23,7 +23,7 @@ #include <config.h> #endif -#if defined(__FRAMAC__) || defined(MAIN_photorec) +#if defined(DISABLED_FOR_FRAMAC) #undef HAVE_NCURSES #endif @@ -44,11 +44,11 @@ #include "autoset.h" #include "chgarchn.h" +extern const arch_fnct_t arch_none; extern const arch_fnct_t arch_i386; extern const arch_fnct_t arch_gpt; extern const arch_fnct_t arch_humax; extern const arch_fnct_t arch_mac; -extern const arch_fnct_t arch_none; extern const arch_fnct_t arch_sun; extern const arch_fnct_t arch_xbox; |