~ubuntu-branches/debian/squeeze/fluidsynth/squeeze

« back to all changes in this revision

Viewing changes to src/fluid_mdriver.h

  • Committer: Bazaar Package Importer
  • Author(s): Peter Eisentraut
  • Date: 2008-05-26 16:43:17 UTC
  • mfrom: (3.1.4 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080526164317-1j2op08lmr7a6y8j
Tags: 1.0.8-1.1
* Non-maintainer upload.
* Fix bashism in debian/rules (closes: #478380)

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 * WITHOUT ANY WARRANTY; without even the implied warranty of
12
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13
13
 * Library General Public License for more details.
14
 
 *  
 
14
 *
15
15
 * You should have received a copy of the GNU Library General Public
16
16
 * License along with this library; if not, write to the Free
17
17
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
30
30
 * fluid_midi_driver_t
31
31
 */
32
32
 
33
 
struct _fluid_midi_driver_t 
 
33
struct _fluid_midi_driver_t
34
34
{
35
35
  char* name;
36
36
  handle_midi_event_func_t handler;