/* cpp arguments: mu_logger.c -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I/usr/include/guile/2.2 -pthread -I/usr/include/guile/2.2 -pthread -DSYSCONFDIR="/usr/etc" -flto=auto -ffat-lto-objects -fexceptions -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wall -Wdeclaration-after-statement */ scm_c_define_gsubr (s_scm_mu_openlog, 3, 0, 0, (scm_t_subr) scm_mu_openlog); scm_c_export (s_scm_mu_openlog, ((void *)0) );; scm_c_define_gsubr (s_scm_mu_logger, 2, 0, 0, (scm_t_subr) scm_mu_logger); scm_c_export (s_scm_mu_logger, ((void *)0) );; scm_c_define_gsubr (s_scm_mu_closelog, 0, 0, 0, (scm_t_subr) scm_mu_closelog); scm_c_export (s_scm_mu_closelog, ((void *)0) );;