privacore-open-source-searc.../Entities.h
Ivan Skytte Jørgensen beeddcf35d Got rid of gb-include.h
2018-07-26 17:29:51 +02:00

11 lines
248 B
C

#ifndef GB_ENTITIES_H
#define GB_ENTITIES_H
#include <inttypes.h>
// Matt Wells, copyright Jul 2001
int32_t getHtmlEntity(const char *s, int32_t maxLen, uint32_t codepoint[2], int32_t *codepointCount, int32_t *utf8Len);
#endif // GB_ENTITIES_H