summaryrefslogtreecommitdiffstats
path: root/include/internal/object.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2009-02-17 21:36:43 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2009-02-17 21:36:43 +0100
commitcdf0d6c32f5c6c7c3071d35fa770eaf62fbad312 (patch)
tree038a07c87d4a6cee98a1f7cad78e0ac92742d2d6 /include/internal/object.h
parent2473a408abdd79fb4b24c5c56f769791203c0cd8 (diff)
src: remove old deprecated API
This patch removes the first API version which was scheduled in 2007. That API had several major limitations that the new one solved. I don't know of any known existing client of this old API. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/internal/object.h')
-rw-r--r--include/internal/object.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/internal/object.h b/include/internal/object.h
index 53f942d..f76bf98 100644
--- a/include/internal/object.h
+++ b/include/internal/object.h
@@ -15,11 +15,6 @@ struct nfct_handle {
struct nfnl_subsys_handle *nfnlssh_ct;
struct nfnl_subsys_handle *nfnlssh_exp;
- /* deprecated old API */
- nfct_callback callback;
- void *callback_data;
- nfct_handler handler;
-
/* callback handler for the new API */
struct nfnl_callback nfnl_cb;