#ifndef PGF_LITERALS_H_ #define PGF_LITERALS_H_ #include PgfCallbacksMap* pgf_new_callbacks_map(PgfConcr* concr, GuPool *pool); // literal for named entities recognition extern PgfLiteralCallback pgf_nerc_literal_callback; PgfCCat* pgf_literal_cat(PgfConcr* concr, PgfLiteral lit); #endif // PGF_LITERALS_H_