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 c95170a..c8dcc86 100644
--- a/vmchooser/inc/functions.h
+++ b/vmchooser/inc/functions.h
@@ -11,7 +11,7 @@ DataEntry** readXmlDir(char* path); /* Attention: returns malloced array */
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 runImage(DataEntry&); /* building command for different Virtualizer */
glob_t* globber(char* path, char* filetype); /* Globs for a specific filetype */