aboutsummaryrefslogtreecommitdiff
path: root/src/wydawca.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wydawca.h')
-rw-r--r--src/wydawca.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/wydawca.h b/src/wydawca.h
index c671429..92a73fd 100644
--- a/src/wydawca.h
+++ b/src/wydawca.h
@@ -390,8 +390,7 @@ enum exec_result wydawca_exec(int argc, const char **argv, int *retcode);
/* Directory scanning and registering */
int scan_spool(struct spool *spool);
-int scan_all_spools(void);
-void spool_create_timers(void);
+void scan_all_spools(void);
struct wy_triplet *spool_add_new_file(struct spool *spool, const char *name);
int spool_open_dictionaries(struct spool *spool);
@@ -521,7 +520,6 @@ double timer_get_real(wydawca_timer_t t);
double timer_get_user(wydawca_timer_t t);
double timer_get_system(wydawca_timer_t t);
char *timer_format_time(double t);
-size_t timer_get_count(void);
void report_init(void);
void report_add(const char *fmt, ...);
@@ -536,17 +534,6 @@ void remove_pidfile(void);
void *wy_thr_listen(void *);
void trim_crlf(char *s);
-#define LOCK_OK 0
-#define LOCK_CONFLICT 1
-#define LOCK_RETRY 2
-#define LOCK_INVALID 3
-#define LOCK_FAILURE 4
-
-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 grecs_keyword tcpwrapper_kw[];
int tcpwrap_access(int fd);

Return to:

Send suggestions and report system problems to the System administrator.