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

Diff for /src/usr.bin/sndiod/midi.h between version 1.2 and 1.3

version 1.2, 2012/11/30 20:30:24 version 1.3, 2012/11/30 20:48:00
Line 89 
Line 89 
         unsigned int state;          unsigned int state;
         char *path;          char *path;
         struct midi *midi;          struct midi *midi;
         unsigned int refs;  
 };  };
   
 /*  /*
Line 113 
Line 112 
 struct port *port_new(char *, unsigned int);  struct port *port_new(char *, unsigned int);
 struct port *port_bynum(int);  struct port *port_bynum(int);
 void port_del(struct port *);  void port_del(struct port *);
   int  port_ref(struct port *);
   void port_unref(struct port *);
 int  port_init(struct port *);  int  port_init(struct port *);
 void port_done(struct port *);  void port_done(struct port *);
 int  port_close(struct port *);  int  port_close(struct port *);

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