summaryrefslogtreecommitdiff
path: root/bboxfix.c
diff options
context:
space:
mode:
authorMichele Bini <rev@alienbuntu.local>2019-04-18 22:12:22 (GMT)
committerMichele Bini <rev@alienbuntu.local>2019-04-18 22:13:11 (GMT)
commit3567ae383ea8d19f054ba138c8250446cc4a8bb1 (patch)
treed7d23be597c2ffb7176fbaa511050a067947a62f /bboxfix.c
parentda7ba579a7d9a95457f87bc5389a53b12d6fc9cb (diff)
.
Diffstat (limited to 'bboxfix.c')
-rw-r--r--bboxfix.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/bboxfix.c b/bboxfix.c
new file mode 100644
index 0000000..355e934
--- /dev/null
+++ b/bboxfix.c
@@ -0,0 +1,7 @@
+#include "bboxfix.h"
+
+const char *applet_name = "nanobox";
+
+void xfunc_die() {
+ exit(EXIT_FAILURE);
+}