mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-09-27 20:17:20 +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);
|