Blame


1 2f43cd69 2023-04-14 stsp /*
2 2f43cd69 2023-04-14 stsp * Copyright (c) 2018, 2019, 2020, 2023 Stefan Sperling <stsp@openbsd.org>
3 2f43cd69 2023-04-14 stsp *
4 2f43cd69 2023-04-14 stsp * Permission to use, copy, modify, and distribute this software for any
5 2f43cd69 2023-04-14 stsp * purpose with or without fee is hereby granted, provided that the above
6 2f43cd69 2023-04-14 stsp * copyright notice and this permission notice appear in all copies.
7 2f43cd69 2023-04-14 stsp *
8 2f43cd69 2023-04-14 stsp * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 2f43cd69 2023-04-14 stsp * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 2f43cd69 2023-04-14 stsp * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11 2f43cd69 2023-04-14 stsp * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 2f43cd69 2023-04-14 stsp * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 2f43cd69 2023-04-14 stsp * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14 2f43cd69 2023-04-14 stsp * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 2f43cd69 2023-04-14 stsp */
16 2f43cd69 2023-04-14 stsp
17 2f43cd69 2023-04-14 stsp const struct got_error *got_object_qid_alloc_partial(struct got_object_qid **);