From 08fb461abb7b72f131b8c989479875cdcb37c955 Mon Sep 17 00:00:00 2001 From: sjborley Date: Sun, 29 May 2005 01:04:08 +0000 Subject: [PATCH] Added extern references to rawfileFp, rawfileBinary, last_used_rawfile, and resumption; --- src/frontend/runcoms.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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