From 21830126cfa1badd81b2c6fe1b3e9d0c610c8b0a Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Tue, 8 Jun 2004 22:33:40 +0000 Subject: the console is now in/out. --- mixlib/mix_device.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'mixlib/mix_device.h') diff --git a/mixlib/mix_device.h b/mixlib/mix_device.h index d8b604b..775b0cd 100644 --- a/mixlib/mix_device.h +++ b/mixlib/mix_device.h @@ -1,22 +1,22 @@ /* -*-c-*- ---------------- mix_device.h : * Declaration of mix_device_t and associated methods. * ------------------------------------------------------------------ - * Copyright (C) 2000, 2001 Free Software Foundation, Inc. - * + * Copyright (C) 2000, 2001, 2004 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 * (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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * + * */ @@ -101,8 +101,7 @@ mix_device_new_with_file (mix_device_type_t type, FILE *file); Delete a device. */ extern void -mix_device_delete(mix_device_t *dev); - +mix_device_delete (mix_device_t *dev); /* Get a device type -- cgit v1.2.3