11 lines
126 B
C
Raw Normal View History

2014-08-03 19:52:23 +02:00
#ifndef _CSHM_DUMMY_H
#define _CSHM_DUMMY_H
struct non_existent_struct;
2016-07-09 11:21:54 +02:00
struct struct_with_member
{
int member;
2014-08-03 19:52:23 +02:00
};
#endif