C Typedef – Incomplete Type

Move the struct declaration to the header:

customer.h
typedef struct CustomerStruct
{
...
}

Leave a Comment