]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/journal/journal-qrcode.h
e7d756e6ee12c971e22e923ebb89eb1ab926bf58
[thirdparty/systemd.git] / src / journal / journal-qrcode.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 Copyright 2012 Lennart Poettering
6 ***/
7
8 #include <inttypes.h>
9 #include <stdio.h>
10
11 #include "sd-id128.h"
12
13 int print_qr_code(FILE *f, const void *seed, size_t seed_size, uint64_t start, uint64_t interval, const char *hn, sd_id128_t machine);