Files
openGauss-server/src/include/utils/guc_network.h
2021-09-23 15:19:37 +08:00

19 lines
552 B
C

/* --------------------------------------------------------------------
* guc_network.h
*
* External declarations pertaining to backend/utils/misc/guc-file.l
* and backend/utils/misc/guc/guc_network.cpp
*
* Copyright (c) 2000-2012, PostgreSQL Global Development Group
* Written by Peter Eisentraut <peter_e@gmx.net>.
*
* src/include/utils/guc_network.h
* --------------------------------------------------------------------
*/
#ifndef GUC_NETWORK_H
#define GUC_NETWORK_H
extern void InitNetworkConfigureNames();
#endif /* GUC_NETWORK_H */