I am getting the error message on line 170 "Missing prototype for 'getquote'".

Yet line 170 is the start of my function!

Code:
float getquote() {
The whole program is rather long so I wont post it all here, but does anyone know why the compiler is not recognising my function?