aboutsummaryrefslogtreecommitdiff
path: root/fns.h
diff options
context:
space:
mode:
Diffstat (limited to 'fns.h')
-rw-r--r--fns.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/fns.h b/fns.h
index ece9b68..2325ae1 100644
--- a/fns.h
+++ b/fns.h
@@ -1,3 +1,11 @@
+/*
+ * alloc
+ */
void *emalloc(ulong);
void *erealloc(void*, ulong);
Image *eallocimage(Display*, Rectangle, ulong, int, ulong);
+
+/*
+ * stats
+ */
+void statsupdate(Stats*, double);