diff --git a/src/include/services.h b/src/include/services.h
index 5b5f5bd736b8ff1d4f763fc04ab0872195a73633..03e66bc687733f500f207e2a5566303e173593e6 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
 
 /*