|
Re: "call of function without prototype"
IIRC it's just a warning. Provided the code gets through the linker fine, you can ignore it, but you should really fix it. You can either define it like b_mallerd said, or simply move the function up in the code, so that the compiler sees it before it tries to call it.
|