libDtSearch: Convert to ANSI function definitions and use proper prototypes (which causes more warnings

This commit is contained in:
Peter Howkins
2018-06-29 18:43:11 +01:00
parent bcdb2dd909
commit 32eb933929
77 changed files with 730 additions and 830 deletions

View File

@@ -51,11 +51,12 @@
/* Read data from field of current set owner
*/
int
d_csoread(set, field, data , dbn)
int set; /* Set constant */
long field; /* Field constant */
char *data; /* Data area to contain field contents */
int dbn; /* database number */
d_csoread(
int set, /* Set constant */
long field, /* Field constant */
char *data, /* Data area to contain field contents */
int dbn /* database number */
)
{
int fld, rec;
char *recp;