/*-------------------------------------------------------------------------
 *
 * portalforw.h
 *
 * $PostgreSQL$
 *
 *-------------------------------------------------------------------------
 */
#ifndef PORTALFORW_H
#define PORTALFORW_H

/* This is a forward reference to utils/portal.h */

typedef struct PortalData *Portal;
#endif /* PORTALFORW_H */
