Make static

found by flexelint
parent f7f50adc
...@@ -446,7 +446,7 @@ set_delivered(struct bytes_tree *tree, struct node *node) ...@@ -446,7 +446,7 @@ set_delivered(struct bytes_tree *tree, struct node *node)
* any access locked only * any access locked only
*/ */
void static void
set_open(struct bytes_tree *tree, struct node *node, const struct worker *wrk) set_open(struct bytes_tree *tree, struct node *node, const struct worker *wrk)
{ {
CHECK_OBJ_NOTNULL(tree, BYTES_TREE_MAGIC); CHECK_OBJ_NOTNULL(tree, BYTES_TREE_MAGIC);
......
...@@ -271,7 +271,6 @@ void node_fill_nodestock(struct ws *, struct node_head *); ...@@ -271,7 +271,6 @@ void node_fill_nodestock(struct ws *, struct node_head *);
struct pesi; struct pesi;
struct node *node_alloc(struct pesi *); struct node *node_alloc(struct pesi *);
void node_insert(struct bytes_tree *, struct node *, struct node *); void node_insert(struct bytes_tree *, struct node *, struct node *);
void set_open(struct bytes_tree *, struct node *, const struct worker *);
void set_closed(struct bytes_tree *, struct node *, const struct worker *); void set_closed(struct bytes_tree *, struct node *, const struct worker *);
//-------------- //--------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment