[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.9 and 1.10

version 1.9, 2019/08/29 07:11:28 version 1.10, 2019/09/21 04:42:46
Line 88 
Line 88 
 #define PORT_DRAIN      2  #define PORT_DRAIN      2
         unsigned int state;          unsigned int state;
         unsigned int num;               /* port serial number */          unsigned int num;               /* port serial number */
         char *path;          struct name *path_list;
         int hold;                       /* hold the port open ? */          int hold;                       /* hold the port open ? */
         struct midi *midi;          struct midi *midi;
 };  };
Line 121 
Line 121 
 void port_done(struct port *);  void port_done(struct port *);
 void port_drain(struct port *);  void port_drain(struct port *);
 int  port_close(struct port *);  int  port_close(struct port *);
   int  port_reopen(struct port *);
   
 #endif /* !defined(MIDI_H) */  #endif /* !defined(MIDI_H) */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10