"error: storage class specified for parameter"

error: storage class specified for parameter

There is probably a missing semicolon ; in a header file! Just written my first C Header and received the above warning. It was indeed due to a missing semicolon.

social