Blame


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