aboutsummaryrefslogtreecommitdiff
path: root/src/wydawca.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wydawca.c')
-rw-r--r--src/wydawca.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/wydawca.c b/src/wydawca.c
index d210717..509947b 100644
--- a/src/wydawca.c
+++ b/src/wydawca.c
@@ -48,3 +48,3 @@ gl_list_t all_spool_aliases;
-struct gconf_sockaddr listen_sockaddr;
+struct grecs_sockaddr listen_sockaddr;
@@ -217,3 +217,3 @@ logstats ()
void
-gconf_print_diag (gconf_locus_t *locus, int err, int errcode, const char *msg)
+grecs_print_diag (grecs_locus_t *locus, int err, int errcode, const char *msg)
{
@@ -312,5 +312,5 @@ main (int argc, char **argv)
if (preprocess_only)
- exit (gconf_preproc_run (conffile, gconf_preprocessor) ? EX_CONFIG : 0);
+ exit (grecs_preproc_run (conffile, grecs_preprocessor) ? EX_CONFIG : 0);
- if (gconf_parse (conffile))
+ if (grecs_parse (conffile))
exit (EX_CONFIG);
@@ -332,3 +332,3 @@ main (int argc, char **argv)
- gconf_log_to_stderr = log_to_stderr;
+ grecs_log_to_stderr = log_to_stderr;
if (!log_to_stderr)

Return to:

Send suggestions and report system problems to the System administrator.