1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Use proper types so it compiles on DEC C89. Thanks Erik Bertelson.

This commit is contained in:
Bryan Henderson
1997-01-08 08:39:10 +00:00
parent 5e98c40129
commit 3c4b21493d
3 changed files with 10 additions and 11 deletions

View File

@@ -26,7 +26,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: dest.h,v 1.4 1996/11/10 03:06:08 momjian Exp $
* $Id: dest.h,v 1.5 1997/01/08 08:39:10 bryanh Exp $
*
*-------------------------------------------------------------------------
*/
@@ -61,7 +61,6 @@ typedef struct AttrInfo {
} AttrInfo;
*/
extern void donothing(List *tuple, List *attrdesc);
extern void (*DestToFunction(CommandDest dest))();
extern void EndCommand(char *commandTag, CommandDest dest);
extern void SendCopyBegin(void);