Libical API Documentation 4.0 UNRELEASED Go to the stable 3.0 documentation
Loading...
Searching...
No Matches
vcardstructuredimpl.h
1/*======================================================================
2 FILE: vcardstructuredimpl.h
3 CREATOR: Robert Stepanek 19 Feb 2026
4
5 SPDX-FileCopyrightText: 2022, Fastmail Pty. Ltd. (https://fastmail.com)
6 SPDX-License-Identifier: LGPL-2.1-only OR MPL-2.0
7 ======================================================================*/
8
9#ifndef VCARDSTRUCTUREDIMPL_H
10#define VCARDSTRUCTUREDIMPL_H
11
12#include "vcardstrarray.h"
13
15 /* Reference count */
16 unsigned refcount;
17
18 size_t num_fields;
19 size_t num_alloc;
20 vcardstrarray **field;
21};
22
23#endif /* VCARDSTRUCTUREDIMPL_H */
Definition vcardstructuredimpl.h:14