/* Calisto (c) 1998-1999 Peter Howkins, Matthew Howkins, Simon Howkins $Id: commands.h,v 1.2 2000/03/02 22:01:10 peter Exp $ $Log: commands.h,v $ Revision 1.2 2000/03/02 22:01:10 peter changed parameters of seconds_to_string() adding a buffer size Revision 1.1 1999/12/21 20:24:46 peter Initial revision */ #include "stddef.h" #include "structs.h" void command_do(descriptor *des, const char *buffer); descriptor* getdes(character *c); void seconds_to_string(unsigned long seconds, char *buffer, size_t size);