File: pg_query_readfuncs.h

package info (click to toggle)
libpg-query 17-6.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 33,436 kB
  • sloc: ansic: 175,860; sql: 79,564; ruby: 1,605; makefile: 281; cpp: 221
file content (11 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
#ifndef PG_QUERY_READFUNCS_H
#define PG_QUERY_READFUNCS_H

#include "pg_query.h"

#include "postgres.h"
#include "nodes/pg_list.h"

List * pg_query_protobuf_to_nodes(PgQueryProtobuf protobuf);

#endif