How do you mean? You can at least do things like
typedef struct foo foo;
and somewhere else
struct foo { … }