diff --git a/src/include/services.h b/src/include/services.h index 7a897870507225f8f1f581d6a3898d893242d620..469243cc5809cec2f68b1410a9bf6dc8022e312d 100644 --- a/src/include/services.h +++ b/src/include/services.h @@ -1,5 +1,5 @@ /* - * $Id: services.h,v 0.5 1991/11/16 03:28:28 ceder Exp $ + * $Id: services.h,v 0.6 1991/12/16 23:58:14 ceder Exp $ * Copyright (C) 1991 Lysator Academic Computer Association. * * This file is part of the LysKOM server. @@ -394,11 +394,11 @@ KOM_( get_time (struct tm *clock)); * Gets the last text before a given time. */ #ifdef SERVER -extern Text_no -KOM_( get_last_text (time_t time, Text_no *text)); +extern Success +KOM_( get_last_text (time_t time, Text_no *result)); #else /* CLIENT */ -extern Text_no -KOM_( get_last_text (struct tm *clock, Text_no *text)); +extern Success +KOM_( get_last_text (struct tm *clock, Text_no *result)); #endif /*