From 8605f9c2ea6abc0fd18f84286fd70ab51275b435 Mon Sep 17 00:00:00 2001
From: Linus Tolke Y <linus@lysator.liu.se>
Date: Sun, 10 Nov 1991 18:17:28 +0000
Subject: [PATCH] New server call: get_last_text.

---
 src/include/services.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/include/services.h b/src/include/services.h
index 5b5f5bd73..03e66bc68 100644
--- a/src/include/services.h
+++ b/src/include/services.h
@@ -1,5 +1,5 @@
 /*
- * $Id: services.h,v 0.3 1991/11/10 17:45:54 linus Exp $
+ * $Id: services.h,v 0.4 1991/11/10 18:17:28 linus Exp $
  * Copyright (C) 1991  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -389,10 +389,10 @@ KOM_( get_time (struct tm *clock));
  */
 #ifdef SERVER
 extern  Text_no
-KOM_( get_last_text (time_t time));
+KOM_( get_last_text (time_t time, Text_no *text));
 #else				/* CLIENT */
 extern  Text_no
-KOM_( get_time (struct tm *clock));
+KOM_( get_last_text (struct tm *clock, Text_no *text));
 #endif
 
 /*
-- 
GitLab