summaryrefslogtreecommitdiff
path: root/epan/app_mem_usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/app_mem_usage.h')
-rw-r--r--epan/app_mem_usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/app_mem_usage.h b/epan/app_mem_usage.h
index dc4c314e90..23c23fd9fb 100644
--- a/epan/app_mem_usage.h
+++ b/epan/app_mem_usage.h
@@ -35,6 +35,6 @@ WS_DLL_PUBLIC void memory_usage_component_register(const ws_mem_usage_t *compone
WS_DLL_PUBLIC void memory_usage_gc(void);
-WS_DLL_PUBLIC const char *memory_usage_get(guint index, gsize *value);
+WS_DLL_PUBLIC const char *memory_usage_get(guint idx, gsize *value);
#endif /* APP_MEM_USAGE_H */