]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/shared/qrcode-util.h
networkctl: use and print full hardware address
[thirdparty/systemd.git] / src / shared / qrcode-util.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #if HAVE_QRENCODE
5 #include <qrencode.h>
6 #include <stdio.h>
7
8 void write_qrcode(FILE *output, QRcode *qr);
9 #endif