update acl
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user