summaryrefslogtreecommitdiffhomepage
path: root/qrcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'qrcode.h')
-rw-r--r--qrcode.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/qrcode.h b/qrcode.h
deleted file mode 100644
index f37c318..0000000
--- a/qrcode.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma once
-
-#include <string>
-
-namespace QRCode
-{
- void init();
-
- // returns PNG file contents
- std::string getQRCode(const std::string& data);
-}