mirror of
https://github.com/postgres/postgres.git
synced 2026-03-31 06:46:32 -04:00
11 lines
266 B
C
11 lines
266 B
C
|
|
/*-------------------------------------------------------------------------
|
||
|
|
*
|
||
|
|
* sysfunc.h--
|
||
|
|
* support for system functions
|
||
|
|
*
|
||
|
|
* -------------------------------------------------------------------------
|
||
|
|
*/
|
||
|
|
|
||
|
|
extern char *SystemFunctionHandler(char *funct);
|
||
|
|
|