summaryrefslogtreecommitdiff
path: root/include/rtnl.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-10-14 14:26:30 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-10-14 14:26:30 +0200
commit629ec10165691a7c5f9a7dfe3859644c280654c9 (patch)
treec4e3240c36eab18e0a2f3bbaea3c124fff9bc4f7 /include/rtnl.h
parenta69968d931fee36826442a5af7e8286f3287133c (diff)
downloadconnman-629ec10165691a7c5f9a7dfe3859644c280654c9.tar.gz
connman-629ec10165691a7c5f9a7dfe3859644c280654c9.tar.bz2
connman-629ec10165691a7c5f9a7dfe3859644c280654c9.zip
Remove link_flags callback
Diffstat (limited to 'include/rtnl.h')
-rw-r--r--include/rtnl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rtnl.h b/include/rtnl.h
index 3af63214..395d20bc 100644
--- a/include/rtnl.h
+++ b/include/rtnl.h
@@ -43,7 +43,6 @@ struct connman_rtnl {
unsigned flags, unsigned change);
void (*dellink) (unsigned short type, int index,
unsigned flags, unsigned change);
- void (*link_flags) (int index, short flags);
};
extern int connman_rtnl_register(struct connman_rtnl *rtnl);