/* EDAC interface for other programs */ %module edac %{ extern int run_script(char *scriptfile); %} extern int run_script(char *scriptfile);