diff --git a/src/frontend/runcoms.h b/src/frontend/runcoms.h index ed4ed3f0e..96529a14f 100644 --- a/src/frontend/runcoms.h +++ b/src/frontend/runcoms.h @@ -1,6 +1,7 @@ /************* * Header file for runcoms.c * 1999 E. Rouat + * $Id$ ************/ #ifndef RUNCOMS_H_INCLUDED @@ -20,6 +21,9 @@ void com_run(wordlist *wl); int ft_dorun(char *file); bool ft_getOutReq(FILE **fpp, struct plot **plotp, bool *binp, char *name, char *title); - +extern FILE *rawfileFp; +extern bool rawfileBinary; +extern char *last_used_rawfile; +extern bool resumption; #endif