]> cvs.zerfleddert.de Git - proxmark3-svn/blobdiff - linux/guidummy.c
Initial commit for the firmware. Used the 20090306_ela version as baseline.
[proxmark3-svn] / linux / guidummy.c
diff --git a/linux/guidummy.c b/linux/guidummy.c
new file mode 100644 (file)
index 0000000..39bcc75
--- /dev/null
@@ -0,0 +1,17 @@
+#include <stdio.h>
+
+void ShowGraphWindow(void)
+{
+       static int warned = 0;
+
+       if (!warned) {
+               printf("No GUI in this build!\n");
+               warned = 1;
+       }
+}
+
+void HideGraphWindow(void) {}
+void RepaintGraphWindow(void) {}
+void MainGraphics() {}
+void InitGraphics(int argc, char **argv) {}
+void ExitGraphics(void) {}
Impressum, Datenschutz