#ifndef LIBTIMER_H
#define LIBTIMER_H

#include "Timer.h"

extern Timer *getTimer(const int wait, const unsigned long hibernate, 
		       const unsigned long idlewait);

#endif


syntax highlighted by Code2HTML, v. 0.9.1