1 #ifndef PG_QUERY_FINGERPRINT_H
2 #define PG_QUERY_FINGERPRINT_H
3 
4 #include <stdbool.h>
5 
6 PgQueryFingerprintResult pg_query_fingerprint_with_opts(const char* input, bool printTokens);
7 
8 #endif
9