#ifndef _COM_MEASURE_H
#define _COM_MEASURE_H
#include <config.h>
void com_measure2(wordlist *wl);
float get_measure2(wordlist *wl);
#endif