Blame


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