Changeset 812:ff09ae744d4c in roaraudio


Ignore:
Timestamp:
09/17/08 23:05:07 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

claeryfiyed some decls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/cdrom.h

    r810 r812  
    3838#include "libroar.h" 
    3939 
     40#define ROAR_CDROM_MAX_DEVLEN 80 
     41 
    4042struct roar_cdrom { 
    41  int local; 
     43 int play_local; 
    4244 int fh; 
    4345 int stream; 
    44  char * device; 
     46 char device[ROAR_CDROM_MAX_DEVLEN]; 
    4547 struct roar_connection * con; 
    4648}; 
Note: See TracChangeset for help on using the changeset viewer.