[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.7 and 1.8

version 1.7, 2010/04/03 17:59:17 version 1.8, 2010/04/06 20:07:01
Line 27 
Line 27 
 void ctl_slotstop(struct aproc *, int);  void ctl_slotstop(struct aproc *, int);
 void ctl_ontick(struct aproc *, int);  void ctl_ontick(struct aproc *, int);
   
   void ctl_stop(struct aproc *);
   void ctl_start(struct aproc *);
   int ctl_idle(struct aproc *);
   
 #endif /* !defined(MIDI_H) */  #endif /* !defined(MIDI_H) */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8