mirror of https://gitee.com/bigwinds/arangodb
wrong prototype, wrong destroy
This commit is contained in:
parent
2e3956856e
commit
2f28530bcc
|
@ -1312,7 +1312,7 @@ int TRI_DestroyLockFile (char const* filename) {
|
|||
|
||||
TRI_WriteLockReadWriteLock(&FileNamesLock);
|
||||
TRI_RemoveVectorString(&FileNames, n);
|
||||
TRI_RemoveVectorString(&FileDescriptors, n);
|
||||
TRI_RemoveVector(&FileDescriptors, n);
|
||||
TRI_WriteUnlockReadWriteLock(&FileNamesLock);
|
||||
|
||||
return res;
|
||||
|
|
|
@ -299,13 +299,13 @@ void TRI_SetUserTempPath (char*);
|
|||
/// @brief locate the installation directory
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
char* TRI_LocateInstallDirectory ();
|
||||
char* TRI_LocateInstallDirectory (void);
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief locate the configuration directory
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
char* TRI_LocateConfigDirectory ();
|
||||
char* TRI_LocateConfigDirectory (void);
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// --SECTION-- module functions
|
||||
|
|
Loading…
Reference in New Issue