#include <cif.h>#include <stdio.h>#include <string.h>#include "cif_int.h"
Go to the source code of this file.
Defines | |
| #define | CIF_VERSION 3 |
Functions | |
| int | Cif_Msginsert (char *msgtext, struct Cif_generic *cr, char *newtext, int ntlen) |
Variables | |
| static char | USMID [] = "@(#) libcif/cifmsg.c 30.3 07/26/96 07:19:13" |
| int Cif_Msginsert | ( | char * | msgtext, | |
| struct Cif_generic * | cr, | |||
| char * | newtext, | |||
| int | ntlen | |||
| ) |
Definition at line 63 of file cifmsg.c.
References _cif_version, CIF_BADREQ, CIF_C_MESSAGE, CIF_MESSAGE, CIF_ND_MSG, CIFCMSG, CIFCMSG1, CIFMSG, CIFNMSG, NULL, and Cif_generic::rectype.
Referenced by print_buffered_messages().
1.7.1