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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vmchooser/inc/functions.h b/vmchooser/inc/functions.h
index d45c6d4..c95170a 100644
--- a/vmchooser/inc/functions.h
+++ b/vmchooser/inc/functions.h
@@ -8,10 +8,10 @@
#include "DataEntry.h"
DataEntry** readXmlDir(char* path); /* Attention: returns malloced array */
-DataEntry** readLinSession(char* path);
+DataEntry** readLinSess(char* path);
void runImage(fltk::Widget* , void* p); /* This is thought as a callback-function for the Select-Browser */
-string buildCommand(DataEntry*); /* building command for different Virtualizer */
+string buildCommand(DataEntry&); /* building command for different Virtualizer */
glob_t* globber(char* path, char* filetype); /* Globs for a specific filetype */