aboutsummaryrefslogtreecommitdiff
path: root/src/wydawca.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-03-13 18:50:47 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-03-13 20:59:33 +0200
commitc50de06616199714e408fee5c7b3a041fcf140c6 (patch)
treecbdef731830cdc742e36a782551a22cb0ff5a5f9 /src/wydawca.h
parent31c92b2570bd03ecbcd812dc22f51d7a89c97947 (diff)
downloadwydawca-c50de06616199714e408fee5c7b3a041fcf140c6.tar.gz
wydawca-c50de06616199714e408fee5c7b3a041fcf140c6.tar.bz2
Version 3.1release-3.1
Diffstat (limited to 'src/wydawca.h')
-rw-r--r--src/wydawca.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/wydawca.h b/src/wydawca.h
index 63da9bb..e8998bb 100644
--- a/src/wydawca.h
+++ b/src/wydawca.h
@@ -1,6 +1,5 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2017, 2019
- Sergey Poznyakoff
+ Copyright (C) 2007-2013, 2017, 2019-2020 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
@@ -275,6 +274,7 @@ void notify(struct notification *, struct wy_triplet *,
enum wy_event);
void notify_stats(void);
void notify_flush(struct spool *sp);
+void notify_finish(void);
/* Modules */
@@ -305,8 +305,7 @@ extern struct grecs_list *module_load_path, *module_prepend_load_path;
void module_notify(const char *name, void *modcfg,
enum wy_event ev, struct wy_triplet *tpl);
void module_flush(const char *name, void *modcfg);
-
-
+void module_help(const char *modname);
/* Global variables */
extern char *program_name;

Return to:

Send suggestions and report system problems to the System administrator.