summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2000-03-18 18:57:16 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2000-03-18 18:57:16 +0000
commitf91dd7880f28e881c62102c22f496afb547950c7 (patch)
tree009c0c85e8ed8a1eef5906c2b0c77b6a7520e87b /src/include
parentf945f46193690841315b79f5961d3721c73621d9 (diff)
Clean up minor compiler warnings.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/utils/pg_locale.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/pg_locale.h b/src/include/utils/pg_locale.h
index ac940c1b55e..21e9a6d0f5a 100644
--- a/src/include/utils/pg_locale.h
+++ b/src/include/utils/pg_locale.h
@@ -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 */