Commit a721c91a authored by Marc G. Fournier's avatar Marc G. Fournier

More code cleanups

Submitted by: darcy@druid.druid.com (D'Arcy J.M. Cain)
parent 9305fc74
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $Id: portal.h,v 1.1.1.1 1996/07/09 06:22:02 scrappy Exp $ * $Id: portal.h,v 1.2 1996/08/13 01:36:50 scrappy Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -51,7 +51,7 @@ struct PortalD { ...@@ -51,7 +51,7 @@ struct PortalD {
QueryDesc *queryDesc; QueryDesc *queryDesc;
TupleDesc attinfo; TupleDesc attinfo;
EState *state; EState *state;
void (*cleanup)(); void (*cleanup)(Portal);
}; };
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment