Skip to content

Commit

Permalink
fsm: export ni_ifworkers_flatten()
Browse files Browse the repository at this point in the history
  • Loading branch information
wipawel committed Jun 26, 2014
1 parent 77d3f27 commit 811a00e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions include/wicked/fsm.h
Expand Up @@ -275,6 +275,7 @@ extern ni_ifworker_t * ni_fsm_recv_new_netif_path(ni_fsm_t *fsm, const char *pa
extern ni_ifworker_t * ni_fsm_recv_new_modem(ni_fsm_t *fsm, ni_dbus_object_t *object, ni_bool_t refresh);
extern ni_ifworker_t * ni_fsm_recv_new_modem_path(ni_fsm_t *fsm, const char *path);
extern ni_bool_t ni_fsm_destroy_worker(ni_fsm_t *fsm, ni_ifworker_t *w);
extern void ni_ifworkers_flatten(ni_ifworker_array_t *);

extern ni_ifworker_type_t ni_ifworker_type_from_string(const char *);
extern const char * ni_ifworker_type_to_string(ni_ifworker_type_t);
Expand Down
2 changes: 1 addition & 1 deletion src/fsm.c
Expand Up @@ -1982,7 +1982,7 @@ __ni_ifworker_depth_compare(const void *a, const void *b)
return (int) (wa->depth - wb->depth);
}

static void
void
ni_ifworkers_flatten(ni_ifworker_array_t *array)
{
unsigned int i, count;
Expand Down

0 comments on commit 811a00e

Please sign in to comment.