mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-24 08:12:38 +02:00
7 lines
128 B
C
7 lines
128 B
C
#include <glib.h>
|
|
|
|
void glib_log_configure();
|
|
|
|
// from Go
|
|
void logGLib (char *domain, GLogLevelFlags log_level, char *message);
|