From e23fae53766e6b05fa5780d19294abd0d2ad0b2f Mon Sep 17 00:00:00 2001 From: h_vogt Date: Wed, 14 Jul 2010 21:15:56 +0000 Subject: [PATCH] correct update --- src/include/fteext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/fteext.h b/src/include/fteext.h index 6a9015a81..44b1b89dd 100644 --- a/src/include/fteext.h +++ b/src/include/fteext.h @@ -376,7 +376,7 @@ extern void raw_write(char *name, struct plot *pl, bool app, bool binary); extern struct plot *raw_read(char *name); /* meas.c */ -extern bool do_measure(char *what, bool chk_only); +extern void do_measure(char *what, bool chk_only); extern bool check_autostop(char *what); extern void com_meas(wordlist *wl);