X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Frtnl.h;h=aa70f4d81c2a566cbb8c19e22952601cf556914a;hb=38681c4833c5e1def43efac3afee023abebe3110;hp=4a60fb0ac5d8e10cfa16ba5482bd62482039d176;hpb=e911899c56f2c6a7c1742ea6c72405118e7b7aaa;p=platform%2Fupstream%2Fconnman.git diff --git a/include/rtnl.h b/include/rtnl.h old mode 100644 new mode 100755 index 4a60fb0..aa70f4d --- a/include/rtnl.h +++ b/include/rtnl.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2012 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -37,6 +37,7 @@ typedef void (* connman_rtnl_link_cb_t) (unsigned flags, unsigned change, unsigned int connman_rtnl_add_newlink_watch(int index, connman_rtnl_link_cb_t callback, void *user_data); + void connman_rtnl_remove_watch(unsigned int id); #define CONNMAN_RTNL_PRIORITY_LOW -100 @@ -57,9 +58,6 @@ struct connman_rtnl { int connman_rtnl_register(struct connman_rtnl *rtnl); void connman_rtnl_unregister(struct connman_rtnl *rtnl); -int connman_rtnl_send_getlink(void); -int connman_rtnl_send_getroute(void); - #ifdef __cplusplus } #endif