#ifndef _PG_MUSTACH_H #define _PG_MUSTACH_H #include int pg_mustach_process_cjson(const char *template, size_t length, const char *value, size_t buffer_length, FILE *file); int pg_mustach_process_jansson(const char *template, size_t length, const char *buffer, size_t buflen, FILE *file); int pg_mustach_process_json_c(const char *template, size_t length, const char *str, size_t len, FILE *file); #endif // _PG_MUSTACH_H