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
@@ -56,3 +56,3 @@
#include "inttostr.h"
-#include "gconf.h"
+#include "grecs.h"
#include "gl_list.h"
@@ -190,3 +190,3 @@ 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,
@@ -334,3 +334,3 @@ extern int foreground;
extern int single_process;
-extern struct gconf_sockaddr listen_sockaddr;
+extern struct grecs_sockaddr listen_sockaddr;
@@ -442,4 +442,4 @@ 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 *);
@@ -466,3 +466,3 @@ rmsymlink_file (struct file_triplet *trp, const struct spool *spool,
-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,
@@ -539,3 +539,3 @@ void wydawca_lock_init (void);
/* tcpwrap.h */
-extern struct gconf_keyword tcpwrapper_kw[];
+extern struct grecs_keyword tcpwrapper_kw[];
int tcpwrap_access(int fd);

Return to:

Send suggestions and report system problems to the System administrator.