1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

Put external declarations into header files.

This commit is contained in:
Peter Eisentraut
2000-11-21 21:16:06 +00:00
parent 040bb787bc
commit a70e74b060
36 changed files with 127 additions and 169 deletions

View File

@ -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. *