summaryrefslogtreecommitdiff
path: root/src/journal/journal-qrcode.h
blob: 73cce3326cf3e95ea5354d90a13a38b1d7d3d38d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once

/***
  This file is part of systemd.

  Copyright 2012 Lennart Poettering
***/

#include <inttypes.h>
#include <stdio.h>

#include "sd-id128.h"

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);