From 4dcfb134c3ae43f4f1325228a86137df00e27693 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Sun, 19 Aug 2018 13:28:44 +0200 Subject: Refactor some calls to cc4group_getEntryByPath into several common functions --- src/cc4group.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cc4group.h') diff --git a/src/cc4group.h b/src/cc4group.h index aab776c..a6dcd37 100644 --- a/src/cc4group.h +++ b/src/cc4group.h @@ -47,7 +47,7 @@ typedef struct { bool (*extractSingle)(CC4Group* const this, const char* const entryPath, const char* const targetPath); // the group owns the data pointed to. the pointer is valid until the group destructor is called - bool (*getEntryData)(const CC4Group* const this, const char* const entryPath, const void** const data, size_t* const size); + bool (*getEntryData)(CC4Group* const this, const char* const entryPath, const void** const data, size_t* const size); // the returned error message pointer is valid until the next call to getErrorMessage is issued or the group is destructed const char* (*getErrorMessage)(CC4Group* const this); -- cgit v1.2.3-54-g00ecf