Libical API Documentation 4.0 UNRELEASED Go to the stable 3.0 documentation
Loading...
Searching...
No Matches
vcardtextlist.h
1/*======================================================================
2 FILE: vcardtextlist.h
3 CREATOR: Robert Stepanek 1 Feb 2026
4
5 SPDX-FileCopyrightText: 2026, Fastmail Pty. Ltd. (https://fastmail.com)
6 SPDX-License-Identifier: LGPL-2.1-only OR MPL-2.0
7 ======================================================================*/
8
9#ifndef VCARDTEXTLIST_H
10#define VCARDTEXTLIST_H
11
12#include "libical_vcard_export.h"
13#include "vcardstrarray.h"
14
15LIBICAL_VCARD_EXPORT vcardstrarray *vcardtextlist_new_from_string(const char *s, char sep);
16
17#endif /* VCARDTEXTLIST_H */