correct update

This commit is contained in:
h_vogt 2010-07-14 21:15:56 +00:00
parent 79831ac331
commit e23fae5376
1 changed files with 1 additions and 1 deletions

View File

@ -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);