Squash warning

This commit is contained in:
Chris Young 2013-08-18 17:28:40 +01:00
parent acaa3f16e8
commit b686daea8c
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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);