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
@@ -51,13 +51,13 @@
#include "obstack.h"
#include "error.h"
#include "xalloc.h"
#include "progname.h"
#include "backupfile.h"
#include "inttostr.h"
-#include "gconf.h"
+#include "grecs.h"
#include "gl_list.h"
#include "wordsplit.h"
#define gettext(s) s
#define _(s) s
#define N_(s) s
@@ -185,13 +185,13 @@ struct file_triplet
#define TRIPLET_GID(t) ((t)->gid)
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,
const char *reldir);
int (*archive_file) (struct file_triplet *trp,
const struct spool *spool,
@@ -329,13 +329,13 @@ time_t lock_retry_interval;
extern int enable_locking;
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;
#define UPDATE_STATS(what) \
do \
{ \
@@ -437,14 +437,14 @@ int enabled_spool_p (const struct spool *spool);
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 */
int url_to_vtab (mu_url_t url, struct virt_tab *vtab);
int
@@ -461,13 +461,13 @@ int
rmsymlink_file (struct file_triplet *trp, const struct spool *spool,
const char *reldir, const char *file_name);
/* 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,
const char *file_name, const char *reldir);
int dir_symlink_file (struct file_triplet *trp, const struct spool *spool,
const char *reldir,
@@ -534,11 +534,11 @@ char *wydawca_lockname (const char *tag);
int wydawca_lock (const char *lockname);
void wydawca_unlock (const char *lockname);
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 */
int wydawca_userprivs (uid_t uid, gid_t gid, gid_t *grplist, size_t ngrp);

Return to:

Send suggestions and report system problems to the System administrator.