1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00
This commit is contained in:
Bruce Momjian
1998-09-01 05:34:16 +00:00
parent fa1a8d6a97
commit a89089c1f4
2 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: builtins.h,v 1.51 1998/09/01 04:38:52 momjian Exp $
* $Id: builtins.h,v 1.52 1998/09/01 05:34:16 momjian Exp $
*
* NOTES
* This should normally only be included by fmgr.h.
@ -329,7 +329,7 @@ extern bool oidnotin(Oid the_oid, char *compare);
/* oid.c */
extern Oid *oid8in(char *oidString);
extern char *oid8out(Oid **oidArray);
extern char *oid8out(Oid (*oidArray)[]);
extern Oid oidin(char *s);
extern char *oidout(Oid o);
extern bool oideq(Oid arg1, Oid arg2);