This is usersub.c in view mode; [Download] [Up]
/*
* Interface to Postgres
*
* Tue Aug 21 14:13:40 1990 Igor Metz <metz@iam.unibe.ch>
*
* /usr/local/devel/postgres-v4r2/src/contrib/pgperl/RCS/usersub.c,v 1.2 1993/02/16 22:50:06 aoki Exp
* usersub.c,v
* Revision 1.2 1993/02/16 22:50:06 aoki
* folded in RWW's changes and tested under ultrix
*
* 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;
}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.