aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util.h b/src/util.h
index 2326c8d..390bc88 100644
--- a/src/util.h
+++ b/src/util.h
@@ -81,10 +81,10 @@ bool strfind(const char *string, const char *cases[]);
size_t strprefix(const char *string, const char *prefix);
-void strfree(char **list);
-
bool iszero(const void *ptr, size_t size);
+void strfreelist(char **list);
+
double steps(double value, int n);
void render_triangle(cairo_t *cr, int x, int y, int w, int h);