/*
* opercmds.h
*
* $Id: opercmds.h,v 1.3.4.1 2002/06/07 15:56:36 vampire Exp $
*/
#ifndef INCLUDED_opercmds_h
#define INCLUDED_opercmds_h
#ifndef INCLUDED_sys_types_h
#include <sys/types.h>
#define INCLUDED_sys_types_h
#endif
struct Client;
/*
* General defines
*/
/*-----------------------------------------------------------------------------
* Macro's
*/
/*
* Proto types
*/
extern char *militime(char* sec, char* usec);
extern char *militime_float(char* start);
#endif /* INCLUDED_opercmds_h */
syntax highlighted by Code2HTML, v. 0.9.1