diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-09-16 22:39:41 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-09-16 22:39:41 +0000 |
commit | fef4e432c4016dcfce726896a763c044420d9aa1 (patch) | |
tree | ab94b97fcfd92362f441a5a5013f578a25bd00d4 | |
parent | 1f61976653a898417d8f03ff64f774c43e83859a (diff) | |
download | mdk-fef4e432c4016dcfce726896a763c044420d9aa1.tar.gz mdk-fef4e432c4016dcfce726896a763c044420d9aa1.tar.bz2 |
minor changes
-rw-r--r-- | mixlib/xmix_vm_command.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mixlib/xmix_vm_command.h b/mixlib/xmix_vm_command.h index 6a691ee..ce3ca5b 100644 --- a/mixlib/xmix_vm_command.h +++ b/mixlib/xmix_vm_command.h @@ -1,7 +1,7 @@ /* -*-c-*- ---------------- xmix_vm_command.h : * Private type declarations form mix_vm_command * ------------------------------------------------------------------ - * Last change: Time-stamp: <01/08/26 21:52:31 jao> + * $Id: xmix_vm_command.h,v 1.3 2001/09/16 22:39:41 jao Exp $ * ------------------------------------------------------------------ * Copyright (C) 2001 Free Software Foundation, Inc. * @@ -59,7 +59,6 @@ typedef struct gpointer data; } global_hook_; - enum {PRNO_ = MIX_PRED_MEM, HOOKNO_ = MIX_CMD_INVALID}; struct mix_vm_cmd_dispatcher_t |