summaryrefslogtreecommitdiff
path: root/lib/param/param_structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/param/param_structs.h')
-rw-r--r--lib/param/param_structs.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/param/param_structs.h b/lib/param/param_structs.h
new file mode 100644
index 0000000000..f076ce15fa
--- /dev/null
+++ b/lib/param/param_structs.h
@@ -0,0 +1,13 @@
+#define LOADPARM_EXTRA_LOCALS \
+ struct parmlist_entry *param_opt; \
+ char *szService; \
+ char *szCopy; \
+ char *szInclude; \
+ char *szPrintername; \
+ int bAvailable; \
+ int iMaxPrintJobs; \
+ char *volume; \
+ struct bitmap *copymap; \
+ char dummy[3]; /* for alignment */
+
+#include "param_local.h"