aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_ats_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-08 16:24:51 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-08 16:24:51 +0000
commit3ed995ff5cf8549446f35c93e90f898185abfb43 (patch)
tree16bd9216fef0f849518d480bc3308c12bd3cd77c /src/include/gnunet_ats_plugin.h
parent4f4a572297261f4bddce6e39879340d91a492ab9 (diff)
downloadgnunet-3ed995ff5cf8549446f35c93e90f898185abfb43.tar.gz
gnunet-3ed995ff5cf8549446f35c93e90f898185abfb43.zip
removing dead argument
Diffstat (limited to 'src/include/gnunet_ats_plugin.h')
-rw-r--r--src/include/gnunet_ats_plugin.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/gnunet_ats_plugin.h b/src/include/gnunet_ats_plugin.h
index ec564bb82..c33ad61e9 100644
--- a/src/include/gnunet_ats_plugin.h
+++ b/src/include/gnunet_ats_plugin.h
@@ -114,12 +114,10 @@ typedef void
114 * 114 *
115 * @param solver the solver Handle 115 * @param solver the solver Handle
116 * @param address the address to delete 116 * @param address the address to delete
117 * @param session_only remove address or just session
118 */ 117 */
119typedef void 118typedef void
120(*GAS_solver_address_delete) (void *solver, 119(*GAS_solver_address_delete) (void *solver,
121 struct ATS_Address *address, 120 struct ATS_Address *address);
122 int session_only);
123 121
124 122
125/** 123/**