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 06:22:46 +00:00
parent a89089c1f4
commit 4b9e21bbc2
3 changed files with 13 additions and 13 deletions

View File

@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: builtins.h,v 1.52 1998/09/01 05:34:16 momjian Exp $
* $Id: builtins.h,v 1.53 1998/09/01 06:22:46 momjian Exp $
*
* NOTES
* This should normally only be included by fmgr.h.
@ -64,7 +64,7 @@ extern bool cideq(int8 arg1, int8 arg2);
extern int32 int2in(char *num);
extern char *int2out(int16 sh);
extern int16 *int28in(char *shs);
extern char *int28out(int16 **shs);
extern char *int28out(int16 (*shs)[]);
extern int32 *int44in(char *input_string);
extern char *int44out(int32 *an_array);
extern int32 int4in(char *num);