dnsproxy: Only one copy of the relevant buffers will be made to a TCP request
[framework/connectivity/connman.git] / include / rtnl.h
index 66bda85..aa70f4d 100644 (file)
@@ -2,7 +2,7 @@
  *
  *  Connection Manager
  *
- *  Copyright (C) 2007-2010  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
@@ -32,16 +32,9 @@ extern "C" {
  * @short_description: Functions for registering RTNL modules
  */
 
-
-typedef void (* connman_rtnl_operstate_cb_t) (unsigned char operstate,
-                                                       void *user_data);
-
 typedef void (* connman_rtnl_link_cb_t) (unsigned flags, unsigned change,
                                                        void *user_data);
 
-unsigned int connman_rtnl_add_operstate_watch(int index,
-                       connman_rtnl_operstate_cb_t callback, void *user_data);
-
 unsigned int connman_rtnl_add_newlink_watch(int index,
                        connman_rtnl_link_cb_t callback, void *user_data);