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