1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-16 16:42:29 +03:00

Make functions static or NOT_USED as appropriate.

This commit is contained in:
Bruce Momjian
1999-05-26 12:57:23 +00:00
parent 180186272a
commit 278bbf4572
34 changed files with 122 additions and 152 deletions

View File

@@ -9,7 +9,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: stringinfo.h,v 1.12 1999/05/25 16:13:59 momjian Exp $
* $Id: stringinfo.h,v 1.13 1999/05/26 12:56:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -60,11 +60,13 @@ typedef StringInfoData *StringInfo;
*-------------------------
*/
#ifdef NOT_USED
/*------------------------
* makeStringInfo
* Create an empty 'StringInfoData' & return a pointer to it.
*/
extern StringInfo makeStringInfo(void);
#endif
/*------------------------
* initStringInfo