This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
ics_cli/src/parse_ics.h

4 lines
74 B
C

#pragma once
void parse_event(char event_string[], struct event **head);