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 @@
54#include "progname.h" 54#include "progname.h"
55#include "backupfile.h" 55#include "backupfile.h"
56#include "inttostr.h" 56#include "inttostr.h"
57#include "gconf.h" 57#include "grecs.h"
58#include "gl_list.h" 58#include "gl_list.h"
59#include "wordsplit.h" 59#include "wordsplit.h"
60 60
@@ -188,7 +188,7 @@ struct file_triplet
188 188
189struct virt_tab 189struct virt_tab
190{ 190{
191 int (*test_url) (mu_url_t url, gconf_locus_t *loc); 191 int (*test_url) (mu_url_t url, grecs_locus_t *loc);
192 int (*move_file) (struct file_triplet *trp, 192 int (*move_file) (struct file_triplet *trp,
193 const struct spool *spool, 193 const struct spool *spool,
194 enum file_type file_id, 194 enum file_type file_id,
@@ -332,7 +332,7 @@ extern int daemon_mode;
332extern time_t wakeup_interval; 332extern time_t wakeup_interval;
333extern int foreground; 333extern int foreground;
334extern int single_process; 334extern int single_process;
335extern struct gconf_sockaddr listen_sockaddr; 335extern struct grecs_sockaddr listen_sockaddr;
336 336
337extern gl_list_t all_spool_aliases; 337extern gl_list_t all_spool_aliases;
338 338
@@ -440,8 +440,8 @@ int parse_time_interval (const char *str, time_t *pint, const char **endp);
440/* config.c */ 440/* config.c */
441void config_init (void); 441void config_init (void);
442void config_help (void); 442void config_help (void);
443int assert_string_arg (gconf_locus_t *, enum gconf_callback_command, 443int assert_string_arg (grecs_locus_t *, enum grecs_callback_command,
444 const gconf_value_t *); 444 const grecs_value_t *);
445 445
446 446
447/* vtab.c */ 447/* vtab.c */
@@ -464,7 +464,7 @@ rmsymlink_file (struct file_triplet *trp, const struct spool *spool,
464 464
465/* diskio.c */ 465/* diskio.c */
466 466
467int dir_test_url (mu_url_t url, gconf_locus_t *locus); 467int dir_test_url (mu_url_t url, grecs_locus_t *locus);
468int dir_move_file (struct file_triplet *trp, const struct spool *spool, 468int dir_move_file (struct file_triplet *trp, const struct spool *spool,
469 enum file_type file_id, const char *reldir); 469 enum file_type file_id, const char *reldir);
470int dir_archive_file (struct file_triplet *trp, const struct spool *spool, 470int dir_archive_file (struct file_triplet *trp, const struct spool *spool,
@@ -537,7 +537,7 @@ void wydawca_lock_init (void);
537 537
538 538
539/* tcpwrap.h */ 539/* tcpwrap.h */
540extern struct gconf_keyword tcpwrapper_kw[]; 540extern struct grecs_keyword tcpwrapper_kw[];
541int tcpwrap_access(int fd); 541int tcpwrap_access(int fd);
542 542
543/* userprivs.c */ 543/* userprivs.c */

Return to:

Send suggestions and report system problems to the System administrator.