mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Fix prototypes so they don't look like function definitions.
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: functions.h,v 1.5 1997/11/26 01:12:38 momjian Exp $
|
||||
* $Id: functions.h,v 1.6 1998/01/24 22:48:55 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -18,12 +18,10 @@
|
||||
#include "nodes/primnodes.h"
|
||||
#include "utils/syscache.h"
|
||||
|
||||
extern Datum
|
||||
ProjectAttribute(TupleDesc TD, TargetEntry *tlist,
|
||||
extern Datum ProjectAttribute(TupleDesc TD, TargetEntry *tlist,
|
||||
HeapTuple tup, bool *isnullP);
|
||||
|
||||
extern Datum
|
||||
postquel_function(Func *funcNode, char **args,
|
||||
extern Datum postquel_function(Func *funcNode, char **args,
|
||||
bool *isNull, bool *isDone);
|
||||
|
||||
#endif /* FUNCTIONS_H */
|
||||
|
Reference in New Issue
Block a user