|
Re: "call of function without prototype"
You can also comment it out depending on what the function is. I ran into this problem on lines 184 and 246 on the users_routine on Kevin Watson's streamline code. When I found where those funtions were defined in the default code, it was in a file not encluded in the streamline one. It turned out that the default definition was replaced by some other code in the new version.
So, I just commented those functions out and it works fine!
|