summaryrefslogtreecommitdiffhomepage
path: root/mixutils/mixvm_command.h
diff options
context:
space:
mode:
authorjaortega <jaortega>2001-02-14 23:33:09 +0000
committerjaortega <jaortega>2001-02-14 23:33:09 +0000
commit9d97119cb4f191b7fa25a2d4913dd8bb41069776 (patch)
tree51acb65d80b266e3ee91da210dfa25ed23ced456 /mixutils/mixvm_command.h
parent28d1b39edb08deff4edd50c7529c96aa23e39efe (diff)
downloadmdk-9d97119cb4f191b7fa25a2d4913dd8bb41069776.tar.gz
mdk-9d97119cb4f191b7fa25a2d4913dd8bb41069776.tar.bz2
mixvm-gud interface added
Diffstat (limited to 'mixutils/mixvm_command.h')
-rw-r--r--mixutils/mixvm_command.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/mixutils/mixvm_command.h b/mixutils/mixvm_command.h
index 663aa41..9741164 100644
--- a/mixutils/mixvm_command.h
+++ b/mixutils/mixvm_command.h
@@ -1,7 +1,7 @@
/* -*-c-*- ---------------- mixvm_command.h :
* Declarations for commands accepted by the mix virtual machine
* ------------------------------------------------------------------
- * Copyright (C) 2000 jose antonio ortega ruiz <jaortega@acm.org>
+ * Copyright (C) 2000, 2001 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -26,13 +26,10 @@
#include <glib.h>
extern void
-mixvm_cmd_init (char *arg);
+mixvm_cmd_init (char *arg, gboolean use_emacs);
extern gboolean
mixvm_cmd_exec (char *line);
-
-
-
#endif /* MIXVM_COMMAND_H */