summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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_[];