summaryrefslogtreecommitdiffstats
path: root/windows.h
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2018-08-08 17:27:19 +0930
committerAndrew Jeffery <andrew@aj.id.au>2018-09-05 17:44:24 +0930
commit17c477a7537eb8a6873e817b7e01151a761d8459 (patch)
tree43e63da95a9eab8ba042aa60cdc2bddb2e1701d1 /windows.h
parentd8c12e1bec073eca89a3f6ef7857386eedc12fa2 (diff)
downloadphosphor-mboxbridge-17c477a7537eb8a6873e817b7e01151a761d8459.tar.gz
phosphor-mboxbridge-17c477a7537eb8a6873e817b7e01151a761d8459.zip
windows: Rename search_windows to windows_search
Change-Id: I523851c2cb654bc7c88532f2097f9c24196f6e78 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 0c6fbb3..22db2ca 100644
--- a/windows.h
+++ b/windows.h
@@ -27,7 +27,7 @@ void window_reset(struct mbox_context *context, struct window_context *window);
void windows_reset_all(struct mbox_context *context, bool set_bmc_event);
struct window_context *windows_find_oldest(struct mbox_context *context);
struct window_context *windows_find_largest(struct mbox_context *context);
-struct window_context *search_windows(struct mbox_context *context,
+struct window_context *windows_search(struct mbox_context *context,
uint32_t offset, bool exact);
int create_map_window(struct mbox_context *context,
struct window_context **this_window,
OpenPOWER on IntegriCloud