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

Quiet compiler warnings.

This commit is contained in:
Bryan Henderson
1996-11-10 02:27:15 +00:00
parent 2e21b7e4bc
commit bf5cbbf789
6 changed files with 47 additions and 43 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: defrem.h,v 1.3 1996/11/06 07:50:12 scrappy Exp $
* $Id: defrem.h,v 1.4 1996/11/10 02:27:15 bryanh Exp $
*
*-------------------------------------------------------------------------
*/
@@ -33,7 +33,7 @@ extern void RemoveIndex(char *name);
/*
* prototypes in define.c
*/
extern void DefineFunction(ProcedureStmt *nameargsexe, CommandDest dest);
extern void CreateFunction(ProcedureStmt *stmt, CommandDest dest);
extern void DefineOperator(char *name, List *parameters);
extern void DefineAggregate(char *name, List *parameters);
extern void DefineType(char *name, List *parameters);