lib/tt/mini_isam: Update to use strict prototypes, required for C23/GCC 15 etc

This commit is contained in:
Peter Howkins
2025-12-23 17:34:45 +00:00
parent 2081389353
commit dd3fd3ddf8
34 changed files with 100 additions and 90 deletions

View File

@@ -41,11 +41,11 @@
#include <unistd.h>
#include <sys/time.h>
void _removelast();
static void _removelast2();
char *_lastelement();
static void _rename_datfile(), _rename_indfile(), _rename_varfile();
static int _amrename();
static void _removelast2(char *);
static void _rename_datfile(char *isfname, char *newnam);
static void _rename_indfile(char *isfname, char *newnam);
static void _rename_varfile(char *isfname, char *newnam);
static int _amrename(Bytearray *isfhandle, char *newname, struct errcode *errcode);
/*
* isfd = isrename(oldname, newname)