Skip to content

Commit

Permalink
cache: add missing declaration of nl_cache_move() in include/netlink/…
Browse files Browse the repository at this point in the history
…cache.h

Signed-off-by: Sruthi Yellamraju <ysruthi@gmail.com>
[thaller@redhat.com: modified tab vs. whitespace]
Signed-off-by: Thomas Haller <thaller@redhat.com>
  • Loading branch information
ysruthi authored and thom311 committed Jun 25, 2014
1 parent baaf82d commit 853c045
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/netlink/cache.h
Expand Up @@ -71,6 +71,8 @@ extern int nl_cache_add(struct nl_cache *,
struct nl_object *);
extern int nl_cache_parse_and_add(struct nl_cache *,
struct nl_msg *);
extern int nl_cache_move(struct nl_cache *,
struct nl_object *);
extern void nl_cache_remove(struct nl_object *);
extern int nl_cache_refill(struct nl_sock *,
struct nl_cache *);
Expand Down

0 comments on commit 853c045

Please sign in to comment.