summaryrefslogtreecommitdiffstats
path: root/vmchooser/inc/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'vmchooser/inc/functions.h')
-rw-r--r--vmchooser/inc/functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmchooser/inc/functions.h b/vmchooser/inc/functions.h
index afccc9b..1ec76f4 100644
--- a/vmchooser/inc/functions.h
+++ b/vmchooser/inc/functions.h
@@ -27,7 +27,7 @@ char* getFolderName();
/* Adds the elements into xmlNode "printers" (1. argument) */
bool addPrinters(xmlNode* node, char* script);
bool addScanners(xmlNode* node, char* script);
-void addInfo(xmlNode* node); /* This is defined in addPrinters.cxx */
+void addInfo(xmlNode* node, DataEntry* dat); /* This is defined in addPrinters.cxx */
/* Write configuration xml */
string writeConfXml(DataEntry& dat);