Blame


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