summaryrefslogtreecommitdiffstats
path: root/contrib/csup/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/csup/config.h')
-rw-r--r--contrib/csup/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/csup/config.h b/contrib/csup/config.h
index aa12cb6..78b6995 100644
--- a/contrib/csup/config.h
+++ b/contrib/csup/config.h
@@ -86,6 +86,7 @@ struct coll {
struct pattlist *co_refusals;
struct globtree *co_dirfilter;
struct globtree *co_filefilter;
+ struct globtree *co_norsync;
const char *co_colldir;
char *co_listsuffix;
time_t co_scantime; /* Set by the detailer thread. */
@@ -101,6 +102,7 @@ struct config {
char *host;
struct sockaddr *laddr;
socklen_t laddrlen;
+ int deletelim;
int socket;
struct chan *chan0;
struct chan *chan1;
OpenPOWER on IntegriCloud