diff --git a/src/include/kom-types.h b/src/include/kom-types.h index faaf7fdf3324269906eb6112431ad4c133ba693b..2102973c19102fca9c61bd069f04a099fcf30cf2 100644 --- a/src/include/kom-types.h +++ b/src/include/kom-types.h @@ -1,5 +1,5 @@ /* - * $Id: kom-types.h,v 0.4 1991/11/10 17:45:27 linus Exp $ + * $Id: kom-types.h,v 0.5 1992/01/31 18:22:26 ceder Exp $ * Copyright (C) 1991 Lysator Academic Computer Association. * * This file is part of the LysKOM server. @@ -217,6 +217,10 @@ typedef enum { #endif } Info_type; +#ifdef PROT_a +typedef String Global_name; +#endif + typedef union { Conf_no recipient; Conf_no cc_recipient;