Skip to content

Commit

Permalink
db: Fix -Wdeprecated-non-prototype in odbc driver's listtab.c for cla…
Browse files Browse the repository at this point in the history
…ng builds
  • Loading branch information
echoix committed Jun 19, 2024
1 parent 84a8726 commit 6eada22
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions db/drivers/odbc/listtab.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
#include "globals.h"
#include "proto.h"

int db__driver_list_tables(tlist, tcount, system)
dbString **tlist;
int *tcount;
int system;
int db__driver_list_tables(dbString **tlist, int *tcount, int system)
{
cursor *c;
dbString *list;
Expand Down

0 comments on commit 6eada22

Please sign in to comment.