diff options
Diffstat (limited to 'src/common/ers.h')
-rw-r--r-- | src/common/ers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/ers.h b/src/common/ers.h index e07ec7137..51b12d8a2 100644 --- a/src/common/ers.h +++ b/src/common/ers.h @@ -142,7 +142,7 @@ typedef struct eri { * @param The requested size of the entry in bytes * @return Interface of the object */ -ERS ers_new(size_t size); +ERS ers_new(uint32 size); /** * Print a report about the current state of the Entry Reusage System. |