summaryrefslogtreecommitdiff
path: root/src/shared/qrcode-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/qrcode-util.h')
-rw-r--r--src/shared/qrcode-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/qrcode-util.h b/src/shared/qrcode-util.h
index 6fc45c93d1..b64ecce80a 100644
--- a/src/shared/qrcode-util.h
+++ b/src/shared/qrcode-util.h
@@ -5,6 +5,8 @@
#include <errno.h>
#if HAVE_QRENCODE
+int dlopen_qrencode(void);
+
int print_qrcode(FILE *out, const char *header, const char *string);
#else
static inline int print_qrcode(FILE *out, const char *header, const char *string) {