summaryrefslogtreecommitdiff
path: root/src/common/ers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/ers.h')
-rw-r--r--src/common/ers.h2
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.