mirror of
https://github.com/postgres/postgres.git
synced 2025-12-10 14:22:35 +03:00
Clean up minor compiler warnings.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/* -----------------------------------------------------------------------
|
||||
* pg_locale.h
|
||||
*
|
||||
* $Header: /cvsroot/pgsql/src/include/utils/pg_locale.h,v 1.2 2000/02/08 15:57:01 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/include/utils/pg_locale.h,v 1.3 2000/03/18 18:57:15 tgl Exp $
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1999-2000, PostgreSQL, Inc
|
||||
@@ -43,7 +43,7 @@ extern PG_LocaleCategories *PGLC_setlocale( PG_LocaleCategories *lc );
|
||||
* on current locale catogories setting - in contrast to standard localeconv().
|
||||
*------
|
||||
*/
|
||||
extern struct lconv *PGLC_localeconv();
|
||||
extern struct lconv *PGLC_localeconv(void);
|
||||
|
||||
|
||||
#endif /* USE_LOCALE */
|
||||
|
||||
Reference in New Issue
Block a user