summaryrefslogtreecommitdiff
path: root/src/include/miscadmin.h
diff options
context:
space:
mode:
authorPeter Eisentraut2000-11-21 21:16:06 +0000
committerPeter Eisentraut2000-11-21 21:16:06 +0000
commita70e74b060ab2769523ad831f571cb80122121d3 (patch)
tree95e04cfd344db47857c4aecc3308092d5df01f3d /src/include/miscadmin.h
parent040bb787bcf840e5a1fc49fccff185a8274bccae (diff)
Put external declarations into header files.
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r--src/include/miscadmin.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h
index afa88a77434..6cb0fc94449 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. *