From a70e74b060ab2769523ad831f571cb80122121d3 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 21 Nov 2000 21:16:06 +0000 Subject: Put external declarations into header files. --- src/include/miscadmin.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/include/miscadmin.h') diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index afa88a7743..6cb0fc9444 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: miscadmin.h,v 1.71 2000/11/14 01:15:03 momjian Exp $ + * $Id: miscadmin.h,v 1.72 2000/11/21 21:16:04 petere Exp $ * * NOTES * some of the information in this file will be moved to @@ -141,6 +141,10 @@ extern void SetDataDir(const char *dir); extern int FindExec(char *full_path, const char *argv0, const char *binary_name); extern int CheckPathAccess(char *path, char *name, int open_mode); +#ifdef CYR_RECODE +extern char *convertstr(char *, int, int); +#endif + /***************************************************************************** * pmod.h -- * * POSTGRES processing mode definitions. * -- cgit v1.2.1