DtSvc/DtUtil1: fix implicit function declarations

This commit is contained in:
Jon Trulson
2019-10-28 13:22:09 -06:00
parent f2caa218b2
commit 951ae0d327
16 changed files with 68 additions and 10 deletions

View File

@@ -99,7 +99,8 @@ _DtShmProtoInitInttab(int sizeguess)
return((void*)ptr);
}
_DtShmProtoAddInttab(DtShmProtoInttab intlist, unsigned int keyin, int datain)
int _DtShmProtoAddInttab(DtShmProtoInttab intlist, unsigned int keyin,
int datain)
{
intlist_t * ptr = (intlist_t *) intlist;
int ** data;