libDtSearch: Convert to ANSI function definitions and use proper prototypes (which causes more warnings
This commit is contained in:
@@ -50,8 +50,7 @@
|
||||
/* Set Database Files Path
|
||||
*/
|
||||
int
|
||||
d_dbfpath(path)
|
||||
const char *path;
|
||||
d_dbfpath(const char *path)
|
||||
{
|
||||
DB_ENTER(NO_DB_ID TASK_ID LOCK_SET(LOCK_NONE));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user