#ifndef __PG_QUERY_FUNCTIONS_H__
#define __PG_QUERY_FUNCTIONS_H__

#include <nan.h>
#include <pg_query.h>

NAN_METHOD(parse);

#endif
