From cef8a530af59378cbb6e947e82d042980b4dcd4c Mon Sep 17 00:00:00 2001 From: rlar Date: Fri, 8 Oct 2010 18:01:40 +0000 Subject: [PATCH] com_dotmeasure() prototype --- ChangeLog | 4 ++++ src/frontend/com_measure2.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index b644b041a..a5aeb3810 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-10-08 Robert Larice + * src/frontend/com_measure2.h : + com_dotmeasure() prototype + 2010-10-08 Robert Larice * src/include/evtproto.h : EVTfindvec() prototyp diff --git a/src/frontend/com_measure2.h b/src/frontend/com_measure2.h index 4e2774aff..f2c1791ed 100644 --- a/src/frontend/com_measure2.h +++ b/src/frontend/com_measure2.h @@ -7,4 +7,6 @@ extern int measure_get_precision(void) ; extern int get_measure2(wordlist *wl,double *result,char *out_line, bool auto_check) ; extern int measure_extract_variables( char *line ) ; +void com_dotmeasure(wordlist *wl); + #endif