summaryrefslogtreecommitdiffhomepage
path: root/mixguile/xmixguile_cmd_dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'mixguile/xmixguile_cmd_dispatcher.h')
-rw-r--r--mixguile/xmixguile_cmd_dispatcher.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/mixguile/xmixguile_cmd_dispatcher.h b/mixguile/xmixguile_cmd_dispatcher.h
index f7ef756..f6d987a 100644
--- a/mixguile/xmixguile_cmd_dispatcher.h
+++ b/mixguile/xmixguile_cmd_dispatcher.h
@@ -1,24 +1,22 @@
/* -*-c-*- ---------------- xmixguile_cmd_dispatcher.h :
* Internal declarations for mixguile_cmd_dispatcher_t
* ------------------------------------------------------------------
- * Last change: Time-stamp: <01/08/22 01:11:20 jao>
- * ------------------------------------------------------------------
- * Copyright (C) 2001 Free Software Foundation, Inc.
- *
+ * Copyright (C) 2001, 2007 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
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- *
+ *
*/
@@ -32,7 +30,7 @@
#include "mixguile_cmd_dispatcher.h"
/* the cmd dispatcher type */
-struct mixguile_cmd_dispatcher_t
+struct mixguile_cmd_dispatcher_t
{
mix_vm_cmd_dispatcher_t *dispatcher;
};
@@ -42,7 +40,7 @@ struct mixguile_cmd_dispatcher_t
typedef SCM (*scm_func_t) ();
/* record for a new scm command */
-typedef struct scm_command_t
+typedef struct scm_command_t
{
gchar *name; /* name of the scheme command */
scm_func_t func; /* implementation of the command */