Update copyright for 2022
[pgsql.git] / src / include / common / link-canary.h
blob4733cd257f2ecbbbbb7bbc869262653141681e73
1 /*-------------------------------------------------------------------------
3 * link-canary.h
4 * Detect whether src/common functions came from frontend or backend.
6 * Copyright (c) 2018-2022, PostgreSQL Global Development Group
8 * src/include/common/link-canary.h
10 *-------------------------------------------------------------------------
12 #ifndef LINK_CANARY_H
13 #define LINK_CANARY_H
15 extern bool pg_link_canary_is_frontend(void);
17 #endif /* LINK_CANARY_H */