chore: some nitpicking

This commit is contained in:
Jef Roosens 2023-01-27 20:48:51 +01:00
parent ab418e57b3
commit d77b3e4fee
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 10 additions and 7 deletions

View file

@ -37,7 +37,7 @@ typedef struct vieter_cron_simple_time {
/*
* Allocate and initialize a new empty cron expression.
*/
vieter_cron_expression *ce_init();
vieter_cron_expression *vieter_cron_expr_init();
/*
* Deallocate a cron expression.