chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Assume initial digits in a track name are a sort key even without the
[disorder]
/
lib
/
configuration.h
diff --git
a/lib/configuration.h
b/lib/configuration.h
index 51dc835341221168139f0c5623e1cf2a3f3b1f5e..ab8917a87d486db428c52e95485bdbfa237de3bf 100644
(file)
--- a/
lib/configuration.h
+++ b/
lib/configuration.h
@@
-272,6
+272,9
@@
struct config {
/** @brief Default rights for a new user */
char *default_rights;
/** @brief Default rights for a new user */
char *default_rights;
+ /** @brief Path to sendmail executable */
+ char *sendmail;
+
/** @brief SMTP server for sending mail */
char *smtp_server;
/** @brief SMTP server for sending mail */
char *smtp_server;
@@
-308,6
+311,7
@@
int config_read(int server);
/* re-read config, return 0 on success or non-0 on error.
* Only updates @config@ if the new configuration is valid. */
/* re-read config, return 0 on success or non-0 on error.
* Only updates @config@ if the new configuration is valid. */
+char *config_get_file2(struct config *c, const char *name);
char *config_get_file(const char *name);
/* get a filename within the home directory */
char *config_get_file(const char *name);
/* get a filename within the home directory */