summaryrefslogtreecommitdiffstats
path: root/src/callback.c
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2010-03-22 12:18:23 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2010-03-22 12:18:23 +0100
commitc5a4f3d7738f8172de40112cf4a02fbd4b0a9902 (patch)
tree59eaf378e4ec4762c921d5d869fd601b74c71629 /src/callback.c
parent3cc6ba530042288363a048299f2d6a38517db308 (diff)
finish API documentation
This patch may contain errors but we can review them and fix them later, better to have it in the tree (to allow others to contribute) to keep it in my local tree.
Diffstat (limited to 'src/callback.c')
-rw-r--r--src/callback.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/callback.c b/src/callback.c
index 3fc883e..2f2da50 100644
--- a/src/callback.c
+++ b/src/callback.c
@@ -111,7 +111,6 @@ out:
* This function returns -1 in case of error, 0 if we have received a
* NLMSG_DONE message or the callback has explicitly returned MNL_CB_STOP.
*/
-
int mnl_cb_run(const char *buf, int numbytes, unsigned int seq,
mnl_cb_t cb_data, void *data)
{