update acl

This commit is contained in:
2020-06-24 21:52:32 +02:00

View File

@ -1,5 +1,5 @@
#ifndef acl_file_h
#define acl_file_h
#include <stdbool.h>
char* acl_ReadTextFile(char *filePath, bool *sucess);
char* acl_ReadTextFile(const char *filePath, bool *sucess);
#endif