mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
cleanup
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user