mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-04 01:06:08 -04:00
14 lines
224 B
C
14 lines
224 B
C
![]() |
#ifndef GB_GBENCODING_H
|
||
|
#define GB_GBENCODING_H
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
class HttpMime;
|
||
|
|
||
|
namespace GbEncoding {
|
||
|
uint16_t getCharset(HttpMime *mime, const char *url, const char *s, int32_t slen);
|
||
|
};
|
||
|
|
||
|
|
||
|
#endif //GB_GBENCODING_H
|