mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
remove typedef
This commit is contained in:
parent
00a3e78f69
commit
e7d9457ef8
@ -131,7 +131,7 @@ struct ca_descr {
|
|||||||
unsigned char cw[8];
|
unsigned char cw[8];
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct ca_pid {
|
struct ca_pid {
|
||||||
unsigned int pid;
|
unsigned int pid;
|
||||||
int index;/* -1 == disable*/
|
int index;/* -1 == disable*/
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user