Add missing statements

This commit is contained in:
Victor Hora
2017-10-06 16:58:17 -04:00
committed by Felipe Zimmerle
parent 63bef3d142
commit d285bc02b8
2 changed files with 2 additions and 1 deletions

View File

@@ -156,7 +156,7 @@ class AuditLog {
bool setFilePath1(const std::basic_string<char>& path);
bool setFilePath2(const std::basic_string<char>& path);
bool setStorageDir(const std::basic_string<char>& path);
bool setFormat(AuditLogFormat format);
bool setFormat(AuditLogFormat fmt);
int getDirectoryPermission();
int getFilePermission();