From 82e6089ce4f325ca758204bbc6a8a1c921a47912 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Sat, 16 Nov 1991 03:28:28 +0000 Subject: [PATCH] Added kom_create_anonymous_text(). --- src/include/services.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/include/services.h b/src/include/services.h index 03e66bc68..7a8978705 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 )); -- GitLab