summaryrefslogtreecommitdiffhomepage
path: root/mixlib
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-09-16 22:37:39 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-09-16 22:37:39 +0000
commit5ef3957f1701471fc0560360542b7acd3045b789 (patch)
tree445231bba2d72a838a352f32b2f14aaf875e6289 /mixlib
parent50ff8d3b91ee247e6c7d5d88673b8c658ff5b703 (diff)
downloadmdk-5ef3957f1701471fc0560360542b7acd3045b789.tar.gz
mdk-5ef3957f1701471fc0560360542b7acd3045b789.tar.bz2
pstat command
Diffstat (limited to 'mixlib')
-rw-r--r--mixlib/xmix_vm_handlers.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mixlib/xmix_vm_handlers.h b/mixlib/xmix_vm_handlers.h
index df5a50f..300f0d8 100644
--- a/mixlib/xmix_vm_handlers.h
+++ b/mixlib/xmix_vm_handlers.h
@@ -1,7 +1,7 @@
/* -*-c-*- ---------------- xmix_vm_handlers.h :
* mix_vm_cmd_dispatcher command handlers
* ------------------------------------------------------------------
- * Last change: Time-stamp: <01/08/26 04:07:47 jao>
+ * $Id: xmix_vm_handlers.h,v 1.3 2001/09/16 22:37:39 jao Exp $
* ------------------------------------------------------------------
* Copyright (C) 2001 Free Software Foundation, Inc.
*
@@ -77,6 +77,7 @@ DEC_FUN (slog_);
DEC_FUN (pprog_);
DEC_FUN (psrc_);
DEC_FUN (pline_);
+DEC_FUN (pstat_);
/* default command structure */
extern mix_vm_command_info_t commands_[];