com_dotmeasure() prototype
This commit is contained in:
parent
ddd6d5911c
commit
cef8a530af
|
|
@ -1,3 +1,7 @@
|
||||||
|
2010-10-08 Robert Larice
|
||||||
|
* src/frontend/com_measure2.h :
|
||||||
|
com_dotmeasure() prototype
|
||||||
|
|
||||||
2010-10-08 Robert Larice
|
2010-10-08 Robert Larice
|
||||||
* src/include/evtproto.h :
|
* src/include/evtproto.h :
|
||||||
EVTfindvec() prototyp
|
EVTfindvec() prototyp
|
||||||
|
|
|
||||||
|
|
@ -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 get_measure2(wordlist *wl,double *result,char *out_line, bool auto_check) ;
|
||||||
extern int measure_extract_variables( char *line ) ;
|
extern int measure_extract_variables( char *line ) ;
|
||||||
|
|
||||||
|
void com_dotmeasure(wordlist *wl);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue