make inp_compat_mode glabal

This commit is contained in:
Holger Vogt 2018-05-18 16:54:52 +02:00
parent bb162de1d8
commit c1a64d9f49
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ typedef enum {
COMPATMODE_PS = 4
} COMPATMODE_T ;
extern COMPATMODE_T ngspice_compat_mode(void) ;
extern COMPATMODE_T inp_compat_mode;
#endif