summaryrefslogtreecommitdiffhomepage
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
commit55bc237a945eff8fddf6c9dd74cb1607f5b07977 (patch)
treecde65eb5c04ae2809e08cf67fa7b0def580c8f18
parent6fa3f78eb7d26991763e16649893592fbbc940e1 (diff)
downloadmdk-55bc237a945eff8fddf6c9dd74cb1607f5b07977.tar.gz
mdk-55bc237a945eff8fddf6c9dd74cb1607f5b07977.tar.bz2
pstat command
-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_[];