aboutsummaryrefslogtreecommitdiffstats
path: root/conf.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-12-17 01:48:35 +0100
committerJelmer Vernooij <jelmer@samba.org>2005-12-17 01:48:35 +0100
commit4bfca70ab85926364682a11aef5f921eb337cf54 (patch)
tree69a66f3e4e6445df4a1ee570b8a20c1492a904a7 /conf.h
parent701acdd41542656493d753a75480bc0594ea74b9 (diff)
Add variable for plugindir rather then always using the define
Diffstat (limited to 'conf.h')
-rw-r--r--conf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.h b/conf.h
index ea9de150..c5b2455f 100644
--- a/conf.h
+++ b/conf.h
@@ -40,6 +40,7 @@ typedef struct conf
char *password;
char *hostname;
char *configdir;
+ char *plugindir;
char *motdfile;
char *primary_storage;
char **migrate_storage;