summaryrefslogtreecommitdiffstats
path: root/windows.h
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2018-08-08 17:25:01 +0930
committerAndrew Jeffery <andrew@aj.id.au>2018-09-05 17:44:24 +0930
commitd6a7426e3945feb265f029feb489cb5d2f571f90 (patch)
treec0e425b3a0726d1f659d1949d514bbfef541490c /windows.h
parent5dc9f9597c012c2611dbdf0ea6d729e98f2d92ce (diff)
downloadphosphor-mboxbridge-d6a7426e3945feb265f029feb489cb5d2f571f90.tar.gz
phosphor-mboxbridge-d6a7426e3945feb265f029feb489cb5d2f571f90.zip
windows: Rename reset_all_windows to windows_reset_all
Change-Id: Ibcbfa51e83a678fb1eddeeebfb22dd870bb112da Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'windows.h')
-rw-r--r--windows.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows.h b/windows.h
index 30ed68f..943ea9b 100644
--- a/windows.h
+++ b/windows.h
@@ -24,7 +24,7 @@ int window_set_bytemap(struct mbox_context *context, struct window_context *cur,
void windows_close_current(struct mbox_context *context, bool set_bmc_event,
uint8_t flags);
void window_reset(struct mbox_context *context, struct window_context *window);
-void reset_all_windows(struct mbox_context *context, bool set_bmc_event);
+void windows_reset_all(struct mbox_context *context, bool set_bmc_event);
struct window_context *find_oldest_window(struct mbox_context *context);
struct window_context *find_largest_window(struct mbox_context *context);
struct window_context *search_windows(struct mbox_context *context,
OpenPOWER on IntegriCloud