1 #ifndef _VARIABLE_H
2 #define _VARIABLE_H
3 
4 extern struct nmz_names NMZ;
5 extern struct nmz_files Nmz;
6 
7 #endif /* _VARIABLE_H */
8