param: Move per-share parameters into a seperate file, to share with s3
[gd/samba-autobuild/.git] / lib / param / param_structs.h
1 #define LOADPARM_EXTRA_LOCALS                           \
2         struct parmlist_entry *param_opt;               \
3         char *szService;                                \
4         char *szCopy;                                   \
5         char *szInclude;                                \
6         char *szPrintername;                            \
7         int bAvailable;                                 \
8         int iMaxPrintJobs;                              \
9         char *volume;                                   \
10         struct bitmap *copymap;                         \
11         char dummy[3];          /* for alignment */
12
13 #include "param_local.h"