summaryrefslogtreecommitdiffstats
path: root/common/eurephia_log.h
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-09-24 17:50:13 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-09-24 17:50:13 +0200
commit5aed7f6775777b2a6166d6eddffaa976eb4fac8b (patch)
tree0e66547b8d3c2a2c19bdf76c2918de61899fd02d /common/eurephia_log.h
parent343b51689a958ee35068699ba89f478893b7a12a (diff)
downloadeurephia-5aed7f6775777b2a6166d6eddffaa976eb4fac8b.tar.gz
eurephia-5aed7f6775777b2a6166d6eddffaa976eb4fac8b.tar.xz
eurephia-5aed7f6775777b2a6166d6eddffaa976eb4fac8b.zip
Added extra parameter to eurephia_log_init() to set log ident for syslog
Diffstat (limited to 'common/eurephia_log.h')
-rw-r--r--common/eurephia_log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/eurephia_log.h b/common/eurephia_log.h
index 77511d0..d059735 100644
--- a/common/eurephia_log.h
+++ b/common/eurephia_log.h
@@ -54,7 +54,7 @@
#warning ##########################################################################################
#endif
-int eurephia_log_init(eurephiaCTX *ctx, const char *dest, int loglvl);
+int eurephia_log_init(eurephiaCTX *ctx, const char *ident, const char *dest, int loglvl);
void eurephia_log_close(eurephiaCTX *ctx);
/**