aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/memory.h')
-rw-r--r--src/memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memory.h b/src/memory.h
index 58705a7..b2160e7 100644
--- a/src/memory.h
+++ b/src/memory.h
@@ -25,4 +25,4 @@ void teco_memory_stop_limiting(void);
gboolean teco_memory_set_limit(gsize new_limit, GError **error);
-gboolean teco_memory_check(GError **error);
+gboolean teco_memory_check(gsize request, GError **error);