diff --git a/src/include/services.h b/src/include/services.h index 03e66bc687733f500f207e2a5566303e173593e6..7a897870507225f8f1f581d6a3898d893242d620 100644 --- a/src/include/services.h +++ b/src/include/services.h @@ -1,5 +1,5 @@ /* - * $Id: services.h,v 0.4 1991/11/10 18:17:28 linus Exp $ + * $Id: services.h,v 0.5 1991/11/16 03:28:28 ceder Exp $ * Copyright (C) 1991 Lysator Academic Computer Association. * * This file is part of the LysKOM server. @@ -329,6 +329,12 @@ KOM_( create_text (CONST String message, u_short no_of_misc, CONST Misc_info * misc )); +/* Returns 0 on error. This function is experimental. */ +extern Text_no +KOM_( create_anonymous_text (CONST String message, + u_short no_of_misc, + CONST Misc_info * misc )); + extern Success KOM_( delete_text( Text_no text_no ));