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


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

1.1
date	94.03.27.01.20.04;	author aoki;	state Exp;
branches;
next	;


desc
@@


1.2
log
@rcs
@
text
@/*
 *   FILE
 *	port-protos.h
 *
 *   DESCRIPTION
 *	port-specific prototypes for SunOS 4
 *
 *   NOTES
 *
 *   IDENTIFICATION
 *	$Header$
 */

#ifndef PortProtos_H			/* include this file only once */
#define PortProtos_H 1

#include "fmgr.h"			/* for func_ptr */
#include "utils/dynamic_loader.h"

/* dynloader.c */

#define pg_dlsym(handle, funcname)	((func_ptr) dld_get_func((funcname)))
#define pg_dlclose(handle)		({ dld_unlink_by_file(handle, 1); free(handle); })


/* port.c */

#endif /* PortProtos_H */
@


1.1
log
@Initial revision
@
text
@d11 1
a11 1
 *	/usr/local/devel/postgres-4.2-devel/src/backend/port/sparc/RCS/port-protos.h,v 1.5 1993/08/04 11:02:54 aoki Exp
@
