X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/7eecb2dcc4a30573ee644491a04e18d1acd7ec81..63621a81d16ab743de6b57d47578a9a2c670ad22:/h/icalendar.h diff --git a/h/icalendar.h b/h/icalendar.h index be7244e2..0bedfded 100644 --- a/h/icalendar.h +++ b/h/icalendar.h @@ -71,7 +71,7 @@ void add_param_name (contentline *, char *); void add_param_value (contentline *, char *); void remove_value (value_list *); struct contentline *find_contentline (contentline *, const char *, - const char *); + const char *) PURE; void free_contentlines (contentline *); typedef struct tzdesc *tzdesc_t;