Fixed some compiler warnings, added header includes, return values etc.
This commit is contained in:
VilhoRaatikka
2014-05-27 10:08:17 +03:00
parent 7319859a48
commit f9db3bc129
8 changed files with 15 additions and 6 deletions

View File

@ -667,7 +667,7 @@ SERVICE *ptr;
* @param dcb DCB to print data to
* @param service The service to print
*/
dprintService(DCB *dcb, SERVICE *service)
void dprintService(DCB *dcb, SERVICE *service)
{
SERVER *server = service->databases;