#ifndef I_LOAD
#define I_LOAD

extern void load_file(char *filename, int varpar, char *subparams);

#endif
