libtt: Change to ANSI function definitions

This commit is contained in:
Peter Howkins
2018-06-28 04:06:47 +01:00
parent 6b09b19351
commit 020d592338
62 changed files with 275 additions and 706 deletions

View File

@@ -50,7 +50,7 @@ extern struct dlink *pavail;
*/
void
_isam_entryhook()
_isam_entryhook(void)
{
isdupl = 0; /* Reset duplicate indicator */
_setiserrno2(0, '0', '0');
@@ -62,7 +62,7 @@ _isam_entryhook()
*/
void
_isam_exithook()
_isam_exithook(void)
{
_isdisk_inval(); /* Invalidate all buffers */
}