summaryrefslogtreecommitdiffstats
path: root/src/shared/qrcode-util.h
blob: 9a21ffd7fe654b0355d73082b89a630795d3219b (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once

#if HAVE_QRENCODE
#include <qrencode.h>
#include <stdio.h>

void write_qrcode(FILE *output, QRcode *qr);
#endif