[BACK]Return to midi.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / aucat

Diff for /src/usr.bin/aucat/Attic/midi.h between version 1.1 and 1.2

version 1.1, 2009/07/25 08:44:27 version 1.2, 2009/08/21 16:48:03
Line 18 
Line 18 
 #define MIDI_H  #define MIDI_H
   
 struct aproc *thru_new(char *);  struct aproc *thru_new(char *);
   struct aproc *ctl_new(char *);
   
 extern struct aproc *thrubox;  int ctl_slotnew(struct aproc *, char *, struct aproc *);
   void ctl_slotdel(struct aproc *, int);
   void ctl_slotvol(struct aproc *, int, unsigned);
   
 #endif /* !defined(MIDI_H) */  #endif /* !defined(MIDI_H) */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2