lib/tt/mini_isam: Update to use strict prototypes, required for C23/GCC 15 etc
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user