summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/netlink/capi.i18
1 files changed, 0 insertions, 18 deletions
diff --git a/python/netlink/capi.i b/python/netlink/capi.i
index 507c220..1e13d46 100644
--- a/python/netlink/capi.i
+++ b/python/netlink/capi.i
@@ -539,24 +539,6 @@ struct nlmsgerr {
%{
-/**
- * nl_recvmsgs() callback for message processing customization
- * @ingroup cb
- * @arg msg netlink message being processed
- * @arg arg argument passwd on through caller
- */
-typedef int (*nl_recvmsg_msg_cb_t)(struct nl_msg *msg, void *arg);
-
-/**
- * nl_recvmsgs() callback for error message processing customization
- * @ingroup cb
- * @arg nla netlink address of the peer
- * @arg nlerr netlink error message being processed
- * @arg arg argument passed on through caller
- */
-typedef int (*nl_recvmsg_err_cb_t)(struct sockaddr_nl *nla,
- struct nlmsgerr *nlerr, void *arg);
-
struct pynl_callback {
PyObject *cbf;
PyObject *cba;