head     1.4;
branch   ;
access   ;
symbols  C_Demo_1:1.3;
locks    ; strict;
comment  @ * @;


1.4
date     90.09.25.16.41.38;  author kemnitz;  state Exp;
branches ;
next     1.3;

1.3
date     89.09.05.17.21.03;  author mao;  state C_Demo_1;
branches ;
next     1.2;

1.2
date     89.07.17.14.46.52;  author dillon;  state Exp;
branches ;
next     1.1;

1.1
date     89.05.11.22.10.13;  author dillon;  state Exp;
branches ;
next     ;


desc
@@


1.4
log
@Updating from revision 1.3 to revision 1.4
@
text
@
/*
 *  SENDANNOUNCE.C
 *
 *  A do-nothing routine?
 */

#include "tmp/c.h"

RcsId("$Header: RCS/sendannounce.c,v 1.4 90/08/14 14:49:12 cimarron Exp $");

sendannounce(line)
char *line;
{

}

@


1.3
log
@Working version of C-only demo
@
text
@d8 1
a8 1
#include "c.h"
d10 1
a10 1
RcsId("$Header: /usr6/postgres/mao/postgres/src/port/sunos/RCS/sendannounce.c,v 1.2 89/07/17 14:46:52 dillon Exp $");
@


1.2
log
@added comment at top
@
text
@d10 1
a10 1
RcsId("$Header: sendannounce.c,v 1.2 89/02/02 16:20:00 dillon Locked $");
@


1.1
log
@Initial revision
@
text
@d2 9
@
