Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c449668

Browse files
committed
Fix prototype for dumpClasses
1 parent 61eaefe commit c449668

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/bin/pg_dump/pg_dump.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Copyright (c) 1994, Regents of the University of California
77
*
8-
* $Id: pg_dump.h,v 1.4 1996/08/24 20:49:25 scrappy Exp $
8+
* $Id: pg_dump.h,v 1.5 1996/08/26 05:46:39 scrappy Exp $
99
*
1010
* Modifications - 6/12/96 - dave@bensoft.com - version 1.13.dhb.2
1111
*
@@ -190,7 +190,8 @@ extern void dumpTables(FILE* fout, TableInfo* tbinfo, int numTables,
190190
extern void dumpIndices(FILE* fout, IndInfo* indinfo, int numIndices,
191191
TableInfo* tbinfo, int numTables, char *tablename);
192192

193-
extern void dumpClasses(TableInfo *tbinfo, int numTables, FILE *fout, char *tablename);
193+
extern void dumpClasses(TableInfo *tbinfo, int numTables, FILE *fout,
194+
char *tablename, int oids);
194195
extern void dumpTuples(PGresult *res, FILE *fout, int *attrmap);
195196
extern char* checkForQuote(char* s);
196197
extern int findLastBuiltinOid();

0 commit comments

Comments
 (0)