]>
git.ipfire.org Git - thirdparty/systemd.git/blob - src/shared/qrcode-util.h
7c9bb498931cacb52862cdec9a7d2b10775eaac2
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
7 int dlopen_qrencode(void);
19 static inline int print_qrcode_full(
32 static inline int print_qrcode(FILE *out
, const char *header
, const char *string
) {
33 return print_qrcode_full(out
, header
, string
, UINT_MAX
, UINT_MAX
, UINT_MAX
, UINT_MAX
, true);