aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-11-28 01:09:40 +0100
committerFederico Angelilli <code@fedang.net>2024-11-28 01:09:40 +0100
commit737167955e8347ce06718e7a8324c9d2ac89dfba (patch)
treed187ac026739c01eb5df22a3954b95eb7bc63a7b /src/util.h
parent6ab3b52fbde3ab2ac11e66e4d664f67e108f6aee (diff)
Refactor actions
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 390bc88..a9b947e 100644
--- a/src/util.h
+++ b/src/util.h
@@ -46,7 +46,7 @@ char *gradient_to_string(gradient_t *gradient);
void gradient_print(FILE *stream, gradient_t *gradient);
-void gradient_free(gradient_t *gradient);
+void gradient_clean(gradient_t *gradient);
const struct timespec timespec_from_ms(long ms);