rafkill (1.2.2-3.2) build/loading_screen.h

Summary

 build/loading_screen.h |    7 +++++++
 1 file changed, 7 insertions(+)

    
download this patch

Patch contents

--- rafkill-1.2.2.orig/build/loading_screen.h
+++ rafkill-1.2.2/build/loading_screen.h
@@ -0,0 +1,7 @@
+#ifndef _LOADING_SCREEN_H
+#define _LOADING_SCREEN_H
+
+void startLoadingScreen();
+void endLoadingScreen();
+
+#endif