Files
openGauss-server/contrib/gms_inaddr/gms_inaddr.h
2024-11-08 16:27:50 +00:00

10 lines
221 B
C

#ifndef __GMS_INADDR__
#define __GMS_INADDR__
#include "postgres.h"
extern "C" Datum gms_inaddr_get_host_address(PG_FUNCTION_ARGS);
extern "C" Datum gms_inaddr_get_host_name(PG_FUNCTION_ARGS);
#endif // __GMS_INADDR__