Skip to content
Snippets Groups Projects
Commit 4d54d17c authored by Linus Tolke's avatar Linus Tolke
Browse files

New server call: get_last_text.

parent 9ed461f6
No related branches found
No related tags found
No related merge requests found
/* /*
* $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. * Copyright (C) 1991 Lysator Academic Computer Association.
* *
* This file is part of the LysKOM server. * This file is part of the LysKOM server.
...@@ -384,6 +384,17 @@ KOM_( get_time (struct tm *clock)); ...@@ -384,6 +384,17 @@ KOM_( get_time (struct tm *clock));
#endif #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? * Who is logged on now?
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment