[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.5 and 1.6

version 1.5, 2009/11/03 21:31:37 version 1.6, 2010/04/03 17:40:33
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.5  
changed lines
  Added in v.1.6