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


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


desc
@@


1.1
log
@Initial revision
@
text
@/* ----------------------------------------------------------------
 *   FILE
 *	storeplan.h
 *
 *   DESCRIPTION
 *	prototypes for storeplan.c.
 *
 *   NOTES
 *	Automatically generated using mkproto
 *
 *   IDENTIFICATION
 *	$Header$
 * ----------------------------------------------------------------
 */

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

extern LispValue StringToPlan ARGS((char *string));
extern LispValue StringToPlanWithParams ARGS((char *string, ParamListInfo *paramListP));
extern char *PlanToString ARGS((LispValue l));

#endif /* storeplanIncluded */
@
