mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-23 18:04:48 +03:00
Squash warning
This commit is contained in:
parent
acaa3f16e8
commit
b686daea8c
@ -117,7 +117,7 @@ const struct treeview_table ami_tree_callbacks = {
|
||||
.get_window_dimensions = ami_tree_get_window_dimensions
|
||||
};
|
||||
|
||||
struct treeview_window *ami_tree_create(uint8 flags,
|
||||
struct treeview_window *ami_tree_create(int flags,
|
||||
struct sslcert_session_data *ssl_data)
|
||||
{
|
||||
struct treeview_window *twin;
|
||||
|
@ -39,7 +39,7 @@ enum
|
||||
AMI_TREE_SSLCERT
|
||||
};
|
||||
|
||||
struct treeview_window *ami_tree_create(uint8 flags,
|
||||
struct treeview_window *ami_tree_create(int flags,
|
||||
struct sslcert_session_data *ssl_data);
|
||||
void ami_tree_destroy(struct treeview_window *twin);
|
||||
struct tree *ami_tree_get_tree(struct treeview_window *twin);
|
||||
|
Loading…
x
Reference in New Issue
Block a user