head	1.2;
access;
symbols
	release_4_2:1.2
	aix_ok:1.2;
locks; strict;
comment	@ * @;


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

1.1
date	93.07.29.01.26.43;	author andrew;	state Exp;
branches;
next	;


desc
@@


1.2
log
@added init_address_fixup
@
text
@/*
 *   FILE
 *	port-protos.h
 *
 *   DESCRIPTION
 *	prototypes for OSF/1-specific routines
 *
 *   NOTES
 *	OSF/1 provides the dlopen() interface, so most of the pg_dlopen()
 *	stuff maps directly into it.
 *
 *   IDENTIFICATION
 *	$Header: /home2/aoki/master/src/backend/port/alpha/RCS/port-protos.h,v 1.1 1993/07/29 01:26:43 andrew Exp aoki $
 */

#include "utils/dynamic_loader.h"

/* dynloader.c */

#define	 pg_dlsym(h, f)		((func_ptr)dlsym(h, f))
#define	 pg_dlclose(h)		dlclose(h)

/* port.c */

extern init_address_fixup ARGS((void));
@


1.1
log
@Initial revision
@
text
@d2 12
a13 1
 * $Header: /private/src/postgres/src/backend/port/ultrix4/RCS/port-protos.h,v 1.4 1993/07/29 00:03:33 andrew Exp $
d18 2
d21 1
d23 3
a25 1
#define	 pg_dlclose(h)		dlclose(h)
@
