// Copyright (c) 1999-2000 David Muse
// See the COPYING file for more information

#ifndef JOGTIMEOUT_H
#define JOGTIMEOUT_H

#include <inputoutput.h>

class jogtimeout : virtual public inputoutput {
	public:
		void	initJogTimeout(int joginterval, int timeout);
	private:
		#include <private/jogtimeout.h>
};

#endif