summaryrefslogtreecommitdiffstats
path: root/eurephiadm/client_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'eurephiadm/client_context.h')
-rw-r--r--eurephiadm/client_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eurephiadm/client_context.h b/eurephiadm/client_context.h
index 56e85ed..ef6f5a4 100644
--- a/eurephiadm/client_context.h
+++ b/eurephiadm/client_context.h
@@ -31,7 +31,7 @@
#ifndef EUREPHIA_CLIENT_CONTEXT
#define EUREPHIA_CLIENT_CONTEXT
-eurephiaCTX *eurephiaCTX_init(FILE *log, const int loglevel, eurephiaVALUES *cfg);
+eurephiaCTX *eurephiaCTX_init(const char *log, const int loglevel, eurephiaVALUES *cfg);
void eurephiaCTX_destroy(eurephiaCTX *ctx);
#endif