summaryrefslogtreecommitdiffstats
path: root/gui/gui.hpp
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2017-11-28 15:04:30 +0100
committerGerrit Code Review <gerrit2@gerrit.omnirom.org>2017-11-28 15:04:30 +0100
commitdc864ec8acde6d384a7a402ee071895f12ef1910 (patch)
treeea7a6b02bf02cf8e6e4e31ff14d773814001706f /gui/gui.hpp
parentFix issues building with LineageOS cryptfs_hw (diff)
parentSupport v2 fstab format (diff)
downloadandroid_bootable_recovery-dc864ec8acde6d384a7a402ee071895f12ef1910.tar
android_bootable_recovery-dc864ec8acde6d384a7a402ee071895f12ef1910.tar.gz
android_bootable_recovery-dc864ec8acde6d384a7a402ee071895f12ef1910.tar.bz2
android_bootable_recovery-dc864ec8acde6d384a7a402ee071895f12ef1910.tar.lz
android_bootable_recovery-dc864ec8acde6d384a7a402ee071895f12ef1910.tar.xz
android_bootable_recovery-dc864ec8acde6d384a7a402ee071895f12ef1910.tar.zst
android_bootable_recovery-dc864ec8acde6d384a7a402ee071895f12ef1910.zip
Diffstat (limited to 'gui/gui.hpp')
-rw-r--r--gui/gui.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/gui.hpp b/gui/gui.hpp
index afcd9b0a9..d5b9553d6 100644
--- a/gui/gui.hpp
+++ b/gui/gui.hpp
@@ -21,6 +21,8 @@
#include "twmsg.h"
+void set_select_fd();
+
void gui_msg(const char* text);
void gui_warn(const char* text);
void gui_err(const char* text);