aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_nse_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_nse_service.h')
-rw-r--r--src/include/gnunet_nse_service.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_nse_service.h b/src/include/gnunet_nse_service.h
index 08282058a..31b128533 100644
--- a/src/include/gnunet_nse_service.h
+++ b/src/include/gnunet_nse_service.h
@@ -11,7 +11,7 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
@@ -92,8 +92,8 @@ typedef void (*GNUNET_NSE_Callback) (void *cls,
92 * @return handle to use in #GNUNET_NSE_disconnect to stop NSE from invoking the callbacks 92 * @return handle to use in #GNUNET_NSE_disconnect to stop NSE from invoking the callbacks
93 */ 93 */
94struct GNUNET_NSE_Handle * 94struct GNUNET_NSE_Handle *
95GNUNET_NSE_connect (const struct GNUNET_CONFIGURATION_Handle *cfg, 95GNUNET_NSE_connect(const struct GNUNET_CONFIGURATION_Handle *cfg,
96 GNUNET_NSE_Callback func, void *func_cls); 96 GNUNET_NSE_Callback func, void *func_cls);
97 97
98 98
99/** 99/**
@@ -102,7 +102,7 @@ GNUNET_NSE_connect (const struct GNUNET_CONFIGURATION_Handle *cfg,
102 * @param h handle to destroy 102 * @param h handle to destroy
103 */ 103 */
104void 104void
105GNUNET_NSE_disconnect (struct GNUNET_NSE_Handle *h); 105GNUNET_NSE_disconnect(struct GNUNET_NSE_Handle *h);
106 106
107 107
108#if 0 /* keep Emacsens' auto-indent happy */ 108#if 0 /* keep Emacsens' auto-indent happy */