From c5a4f3d7738f8172de40112cf4a02fbd4b0a9902 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 22 Mar 2010 12:18:23 +0100 Subject: 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. --- src/callback.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/callback.c') 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) { -- cgit v1.2.3