#ifndef _LOCAL_LOADER_H
#define _LOCAL_LOADER_H

extern int prg_id;
int load_prg ( char * , char ** , char ** );

#endif
