diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/port.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/port.h b/src/include/port.h index d25716bf7f8..5dfb00b07cc 100644 --- a/src/include/port.h +++ b/src/include/port.h @@ -513,6 +513,7 @@ extern char *pg_inet_net_ntop(int af, const void *src, int bits, char *dst, size_t size); /* port/pg_strong_random.c */ +extern void pg_strong_random_init(void); extern bool pg_strong_random(void *buf, size_t len); /* |