Removed compiler warnings
[profile/ivi/persistence-client-library.git] / src / persistence_client_library_backup_filelist.h
index 65a6a3c..896981b 100644 (file)
@@ -20,6 +20,8 @@
  */
 
 
+#include "../include_protected/persistence_client_library_rc_table.h"
+
 /**
  * @brief Read the blacklist configuration file
  *
@@ -100,5 +102,26 @@ int pclVerifyConsistency(const char* origPath, const char* backupPath, const cha
 inline int pclBackupNeeded(const char* path);
 
 
+/**
+ * @brief translate persistence permission into POSIX file open permissions
+ *
+ * @param
+ *
+ * @return
+ */
+int pclGetPosixPermission(PersistencePermission_e permission);
+
+
+
+/**
+ * @brief create the file and the given path
+ *
+ * @param
+ *
+ * @return
+ */
+int pclCreateFileAndPath(const char* path);
+
+
 
 #endif /* PERS_BACKUP_BLACKLIST_H */