summaryrefslogtreecommitdiffstats
path: root/apps/screen_access.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screen_access.h')
-rw-r--r--apps/screen_access.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h
index 1fd74046e6..967bd55c02 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -119,6 +119,7 @@ struct screen
void (*icon)(int icon, bool enable);
unsigned long (*get_locked_pattern)(void);
void (*define_pattern)(unsigned long ucs, const char *pattern);
+ void (*unlock_pattern)(unsigned long ucs);
#endif
void (*init)(void);
void (*putsxy)(int x, int y, const unsigned char *str);