libDtSearch: Convert to ANSI function definitions and use proper prototypes (which causes more warnings
This commit is contained in:
@@ -50,9 +50,10 @@
|
||||
/* Set current member to current record
|
||||
*/
|
||||
int
|
||||
d_setmr(set , dbn)
|
||||
int set; /* set table entry number */
|
||||
int dbn; /* database number */
|
||||
d_setmr(
|
||||
int set, /* set table entry number */
|
||||
int dbn /* database number */
|
||||
)
|
||||
{
|
||||
int crtype; /* current record type */
|
||||
int mem;
|
||||
|
||||
Reference in New Issue
Block a user