aboutsummaryrefslogtreecommitdiff
path: root/src/wydawca.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wydawca.h')
-rw-r--r--src/wydawca.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/wydawca.h b/src/wydawca.h
index fe6f91b..b390bff 100644
--- a/src/wydawca.h
+++ b/src/wydawca.h
@@ -54,7 +54,7 @@
#include "progname.h"
#include "backupfile.h"
#include "inttostr.h"
-#include "gconf.h"
+#include "grecs.h"
#include "gl_list.h"
#include "wordsplit.h"
@@ -188,7 +188,7 @@ struct file_triplet
struct virt_tab
{
- int (*test_url) (mu_url_t url, gconf_locus_t *loc);
+ int (*test_url) (mu_url_t url, grecs_locus_t *loc);
int (*move_file) (struct file_triplet *trp,
const struct spool *spool,
enum file_type file_id,
@@ -332,7 +332,7 @@ extern int daemon_mode;
extern time_t wakeup_interval;
extern int foreground;
extern int single_process;
-extern struct gconf_sockaddr listen_sockaddr;
+extern struct grecs_sockaddr listen_sockaddr;
extern gl_list_t all_spool_aliases;
@@ -440,8 +440,8 @@ int parse_time_interval (const char *str, time_t *pint, const char **endp);
/* config.c */
void config_init (void);
void config_help (void);
-int assert_string_arg (gconf_locus_t *, enum gconf_callback_command,
- const gconf_value_t *);
+int assert_string_arg (grecs_locus_t *, enum grecs_callback_command,
+ const grecs_value_t *);
/* vtab.c */
@@ -464,7 +464,7 @@ rmsymlink_file (struct file_triplet *trp, const struct spool *spool,
/* diskio.c */
-int dir_test_url (mu_url_t url, gconf_locus_t *locus);
+int dir_test_url (mu_url_t url, grecs_locus_t *locus);
int dir_move_file (struct file_triplet *trp, const struct spool *spool,
enum file_type file_id, const char *reldir);
int dir_archive_file (struct file_triplet *trp, const struct spool *spool,
@@ -537,7 +537,7 @@ void wydawca_lock_init (void);
/* tcpwrap.h */
-extern struct gconf_keyword tcpwrapper_kw[];
+extern struct grecs_keyword tcpwrapper_kw[];
int tcpwrap_access(int fd);
/* userprivs.c */

Return to:

Send suggestions and report system problems to the System administrator.