Files
irssi-wire/recs.h
Henrik Böving f8122ced02 initial
2019-10-04 12:42:13 +00:00

6 lines
101 B
C

typedef struct _WireServerRec {
int x;
} WireServerRec;
#define STRUCT_SERVER_REC WireServerRec