diff --git a/src/include/services.h b/src/include/services.h index 358aa68958e987401a5e5c5f030bc78e941878e7..5b5f5bd736b8ff1d4f763fc04ab0872195a73633 100644 --- a/src/include/services.h +++ b/src/include/services.h @@ -1,5 +1,5 @@ /* - * $Id: services.h,v 0.2 1991/09/15 10:12:50 linus Exp $ + * $Id: services.h,v 0.3 1991/11/10 17:45:54 linus Exp $ * Copyright (C) 1991 Lysator Academic Computer Association. * * This file is part of the LysKOM server. @@ -384,6 +384,17 @@ KOM_( get_time (struct tm *clock)); #endif +/* + * Gets the last text before a given time. + */ +#ifdef SERVER +extern Text_no +KOM_( get_last_text (time_t time)); +#else /* CLIENT */ +extern Text_no +KOM_( get_time (struct tm *clock)); +#endif + /* * Who is logged on now? */