summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps.h')
-rw-r--r--apps/gui/gwps.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h
index ecf39ef774..70725df40b 100644
--- a/apps/gui/gwps.h
+++ b/apps/gui/gwps.h
@@ -440,6 +440,9 @@ bool wps_data_load(struct wps_data *wps_data,
440 const char *buf, 440 const char *buf,
441 bool isfile); 441 bool isfile);
442 442
443/* Sets up the statusbars for the wps and each screen */
444void gwps_fix_statusbars(void);
445
443/* Returns the index of the subline in the subline array 446/* Returns the index of the subline in the subline array
444 line - 0-based line number 447 line - 0-based line number
445 subline - 0-based subline number within the line 448 subline - 0-based subline number within the line