FOSSology  4.4.0
Open Source License Compliance by Open Source Software
encoding.h
1 /*
2  Author: Daniele Fognini
3  SPDX-FileCopyrightText: © 2015 Siemens AG
4 
5  SPDX-License-Identifier: GPL-2.0-only
6 */
7 
8 #ifndef MONK_AGENT_ENCODING_H
9 #define MONK_AGENT_ENCODING_H
10 
11 #include <iconv.h>
12 #include <glib.h>
13 
14 iconv_t guessConverter(const char* buffer, size_t len);
15 gchar* guessEncoding(const char* buffer, size_t len);
16 
17 #endif
char buffer[2048]
The last thing received from the scheduler.