summaryrefslogtreecommitdiffhomepage
path: root/mixutils/mixvm_command.h
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-07-07 23:34:55 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-07-07 23:34:55 +0000
commit69af1256d8e122ada66328ea3ff7fd41931ee0be (patch)
tree705b68cf7a338591e34e92c7b40a458119cae8a3 /mixutils/mixvm_command.h
parent244923c8349b63ca2d81ace6bce46744023cc20b (diff)
downloadmdk-69af1256d8e122ada66328ea3ff7fd41931ee0be.tar.gz
mdk-69af1256d8e122ada66328ea3ff7fd41931ee0be.tar.bz2
use of devdir command
Diffstat (limited to 'mixutils/mixvm_command.h')
-rw-r--r--mixutils/mixvm_command.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mixutils/mixvm_command.h b/mixutils/mixvm_command.h
index 9741164..f4fdea8 100644
--- a/mixutils/mixvm_command.h
+++ b/mixutils/mixvm_command.h
@@ -23,10 +23,10 @@
#ifndef MIXVM_COMMAND_H
#define MIXVM_COMMAND_H
-#include <glib.h>
+#include <mixlib/mix_config.h>
extern void
-mixvm_cmd_init (char *arg, gboolean use_emacs);
+mixvm_cmd_init (mix_config_t *config, char *arg, gboolean use_emacs);
extern gboolean
mixvm_cmd_exec (char *line);