diff options
Diffstat (limited to 'src/cc4group.h')
| -rw-r--r-- | src/cc4group.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cc4group.h b/src/cc4group.h index c3e8085..8b86d9c 100644 --- a/src/cc4group.h +++ b/src/cc4group.h @@ -201,6 +201,7 @@ typedef struct { // opens a group that is stored entirely in memory // see the description of MemoryManagement to know if and when data has to be freed by the caller // if the lazy mode is not used, the data can be freed immediately after this function returns + // HINT: the lazy mode is actually not implemented yet, but at least I can't forget to mention it here anymore when it's actually done bool (*openMemory)(CC4Group* const this, const void* const groupData, size_t const size, int const memoryManagement); // opens a group through a file descriptor |
