summaryrefslogtreecommitdiffstats
path: root/src/deprecated.c
Commit message (Collapse)AuthorAgeFilesLines
* src: remove old deprecated APIPablo Neira Ayuso2009-02-171-1204/+0
| | | | | | | | | 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>
* cleanup: split internal.h into several internal header filesPablo Neira Ayuso2008-07-251-5/+2
| | | | | | | This patch cleanups the internal headers by splitting them into several logical pieces. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* - fix broken 'deprecated backward compatibility'svn_t_libnetfilter_conntrack-0.0.89/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2008-02-221-26/+17
| | | | - fix glibc 2.7.20 compilation (based on patch from Paul P. Konkoff)
* - move old API implementation to deprecated.c/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2007-12-081-0/+1216
- rename libnetfilter_conntrack.c to main.c