lib/tt/mini_isam: Update to use strict prototypes, required for C23/GCC 15 etc
This commit is contained in:
@@ -40,8 +40,6 @@
|
||||
|
||||
#include "isam_impl.h"
|
||||
|
||||
extern int _iskeycmp();
|
||||
|
||||
static void remove_entry(Btree *, char *, int);
|
||||
static void move_from_right(Btree *, char *, char *, int);
|
||||
static void move_from_left(Btree *, char *, char *, int);
|
||||
|
||||
Reference in New Issue
Block a user