home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre4.z / postgre4 / src / port / ultrix4 / sendannounce.c < prev   
Encoding:
C/C++ Source or Header  |  1992-08-27  |  228 b   |  18 lines

  1.  
  2. /*
  3.  *  SENDANNOUNCE.C
  4.  *
  5.  *  A do-nothing routine?
  6.  */
  7.  
  8. #include "tmp/c.h"
  9.  
  10. RcsId("$Header: /private/postgres/src/port/ultrix4/RCS/sendannounce.c,v 1.3 1990/09/25 16:40:06 kemnitz Exp $");
  11.  
  12. sendannounce(line)
  13. char *line;
  14. {
  15.  
  16. }
  17.  
  18.