libDtSearch: Convert to ANSI function definitions and use proper prototypes (which causes more warnings
This commit is contained in:
@@ -53,8 +53,7 @@ static DB_ADDR zap_dba = NULL_DBA;
|
||||
/* Delete the current record, with error checking
|
||||
*/
|
||||
int
|
||||
d_delete(dbn)
|
||||
int dbn;
|
||||
d_delete(int dbn)
|
||||
{
|
||||
int st_lc, mt_lc; /* loop control */
|
||||
INT i, rt;
|
||||
|
||||
Reference in New Issue
Block a user