/*-------------------------------------------------------------------------
 *
 * creatinh.h--
 *    prototypes for creatinh.c.
 *
 *
 * Copyright (c) 1994, Regents of the University of California
 *
 * creatinh.h,v 1.2 1994/11/28 22:03:51 andrew Exp
 *
 *-------------------------------------------------------------------------
 */
#ifndef CREATINH_H
#define CREATINH_H

extern void DefineRelation(CreateStmt *stmt);
extern void RemoveRelation(Name name);

#endif	/* CREATINH_H */
