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