From 4d54d17c509ca24c1a36aff201675a976f65e936 Mon Sep 17 00:00:00 2001 From: Linus Tolke Y <linus@lysator.liu.se> Date: Sun, 10 Nov 1991 17:45:54 +0000 Subject: [PATCH] New server call: get_last_text. --- src/include/services.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/include/services.h b/src/include/services.h index 358aa6895..5b5f5bd73 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? */ -- GitLab