head	1.2;
access;
symbols
	Version_2_1:1.1;
locks; strict;
comment	@ * @;


1.2
date	93.02.16.22.50.06;	author aoki;	state Exp;
branches;
next	1.1;

1.1
date	90.10.24.20.31.25;	author cimarron;	state Exp;
branches;
next	;


desc
@code contributed by Igor Metz
@


1.2
log
@folded in RWW's changes and tested under ultrix
@
text
@/*
 * Interface to Postgres
 *
 * Tue Aug 21 14:13:40 1990  Igor Metz <metz@@iam.unibe.ch>
 *
 * $Header: /private/postgres/src/contrib/pgperl/RCS/usersub.c,v 1.1 1990/10/24 20:31:25 cimarron Exp $
 * $Log: usersub.c,v $
 * Revision 1.1  1990/10/24  20:31:25  cimarron
 * Initial revision
 *
 * Revision 1.1  90/08/23  11:49:47  metz
 * Initial revision
 * 
 */

#include "EXTERN.h"
#include "perl.h"

extern void init_postgres_stuff();

int
userinit()
{
  init_postgres_stuff();
  return 0;
}

@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
 * Interface to Postgres 2.0
d6 5
a10 2
 * $Header: /home/siam/metz/work/Postgres/perl-igu/usub/RCS/usersub.c,v 1.1 90/08/23 11:49:47 metz Exp $
 * $Log:	usersub.c,v $
@
