mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 20:42:54 +00:00
9 lines
313 B
C
9 lines
313 B
C
/*
|
|
* This header file is the input to bindgen. It includes all the
|
|
* PostgreSQL headers that we need to auto-generate Rust structs
|
|
* from. If you need to expose a new struct to Rust code, add the
|
|
* header here, and whitelist the struct in the build.rs file.
|
|
*/
|
|
#include "c.h"
|
|
#include "catalog/pg_control.h"
|