commit 7f8cc3cc1bac230e4e993e4ab4ce72d35a4cbfa3
parent 8474c9f0dba54d73d9fc83cc4804170a10d19547
Author: Tellenbach Reto <tellr1@bfh.ch>
Date: Mon, 8 Jun 2026 22:13:53 +0200
[dbg] Display: use processes
Diffstat:
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/src/taler-digitizer.c b/src/taler-digitizer.c
@@ -330,10 +330,6 @@ struct DIGITIZER_DisplayContext *display_ctx;
static void state_controller_task(void *cls);
-void
-stop_qr_show(void);
-
-
/**
* Start process using the @a command command-line.
*
@@ -394,6 +390,9 @@ start_command (const char *command,
return ret;
}
+void
+stop_qr_show(void);
+
enum GNUNET_GenericReturnValue
start_qr_show(int showtime)
{
@@ -445,8 +444,6 @@ stop_qr_show(void)
qr_child = NULL;
}
-
-
/**
* Joinn currency and V.F format value string to TALER amount".
*