head	1.3;
access
	werner
	shectman;
symbols;
locks; strict;
comment	@ * @;


1.3
date	91.08.12.22.20.59;	author mao;	state Exp;
branches;
next	;


desc
@Initial Ported Version
@


1.3
log
@checked in with -k by werner at 1992/01/09 17:00:41
@
text
@/*
 * regproc.h --
 *	POSTGRES registered procedure definitions.
 */

#ifndef	RegProcIncluded		/* Include this file only once */
#define RegProcIncluded	1

/*
 * Identification:
 */
#define REGPROC_H	"$Header: RCS/regproc.h,v 1.3 91/08/12 22:20:59 mao Exp $"

#include "tmp/c.h"
#include "tmp/oid.h"

typedef ObjectId	RegProcedure;

#endif	/* !defined(RegProcIncluded) */
@
