6 lines
101 B
C
6 lines
101 B
C
|
|
typedef struct _WireServerRec {
|
|
int x;
|
|
} WireServerRec;
|
|
|
|
#define STRUCT_SERVER_REC WireServerRec |