summaryrefslogtreecommitdiffstats
path: root/src/shared/calendarspec.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-05-28 16:03:26 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-05-31 23:47:48 +0200
commit24b0c6c2c9e0cf10e97aaa9b1bda7398857cd0fc (patch)
treeac2a40661699bf6c9c0706821ef38b5630a76078 /src/shared/calendarspec.h
parentelf-util: rename stack_context_destroy() -> stack_context_done() (diff)
downloadsystemd-24b0c6c2c9e0cf10e97aaa9b1bda7398857cd0fc.tar.xz
systemd-24b0c6c2c9e0cf10e97aaa9b1bda7398857cd0fc.zip
calendarspec: rename arguments
Diffstat (limited to 'src/shared/calendarspec.h')
-rw-r--r--src/shared/calendarspec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/calendarspec.h b/src/shared/calendarspec.h
index 5a04ac018d..60c1c79267 100644
--- a/src/shared/calendarspec.h
+++ b/src/shared/calendarspec.h
@@ -36,8 +36,8 @@ CalendarSpec* calendar_spec_free(CalendarSpec *c);
bool calendar_spec_valid(CalendarSpec *spec);
-int calendar_spec_to_string(const CalendarSpec *spec, char **p);
-int calendar_spec_from_string(const char *p, CalendarSpec **spec);
+int calendar_spec_to_string(const CalendarSpec *spec, char **ret);
+int calendar_spec_from_string(const char *p, CalendarSpec **ret);
int calendar_spec_next_usec(const CalendarSpec *spec, usec_t usec, usec_t *next);