aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-04 23:12:06 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-04 23:12:06 +0000
commit096f081ac0f1ae884e97bad0574b2df5b10adefa (patch)
treed1f4fe6bce34ba8bfd44f05d03c420a8a4a2cce5 /src/include
parentb8332eb85822d0b4b944e3a7fa24ecf303a73398 (diff)
downloadgnunet-096f081ac0f1ae884e97bad0574b2df5b10adefa.tar.gz
gnunet-096f081ac0f1ae884e97bad0574b2df5b10adefa.zip
-doxygen/indentation
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_conversation_service.h12
-rw-r--r--src/include/gnunet_disk_lib.h2
2 files changed, 7 insertions, 7 deletions
diff --git a/src/include/gnunet_conversation_service.h b/src/include/gnunet_conversation_service.h
index 76fcbfe6a..248a66325 100644
--- a/src/include/gnunet_conversation_service.h
+++ b/src/include/gnunet_conversation_service.h
@@ -356,10 +356,10 @@ GNUNET_CONVERSATION_phone_get_record (struct GNUNET_CONVERSATION_Phone *phone,
356 * @param mic microphone to use 356 * @param mic microphone to use
357 */ 357 */
358void 358void
359GNUNET_CONVERSTATION_phone_pick_up (struct GNUNET_CONVERSATION_Phone *phone, 359GNUNET_CONVERSATION_phone_pick_up (struct GNUNET_CONVERSATION_Phone *phone,
360 const char *metadata, 360 const char *metadata,
361 struct GNUNET_SPEAKER_Handle *speaker, 361 struct GNUNET_SPEAKER_Handle *speaker,
362 struct GNUNET_MICROPHONE_Handle *mic); 362 struct GNUNET_MICROPHONE_Handle *mic);
363 363
364 364
365/** 365/**
@@ -370,8 +370,8 @@ GNUNET_CONVERSTATION_phone_pick_up (struct GNUNET_CONVERSATION_Phone *phone,
370 * @param reason text we give to the other party about why we terminated the conversation 370 * @param reason text we give to the other party about why we terminated the conversation
371 */ 371 */
372void 372void
373GNUNET_CONVERSTATION_phone_hang_up (struct GNUNET_CONVERSATION_Phone *phone, 373GNUNET_CONVERSATION_phone_hang_up (struct GNUNET_CONVERSATION_Phone *phone,
374 const char *reason); 374 const char *reason);
375 375
376 376
377/** 377/**
diff --git a/src/include/gnunet_disk_lib.h b/src/include/gnunet_disk_lib.h
index 9f106db11..022cfc2af 100644
--- a/src/include/gnunet_disk_lib.h
+++ b/src/include/gnunet_disk_lib.h
@@ -475,7 +475,7 @@ GNUNET_DISK_pipe_detach_end (struct GNUNET_DISK_PipeHandle *p,
475 * Close an open file. 475 * Close an open file.
476 * 476 *
477 * @param h file handle 477 * @param h file handle
478 * @return GNUNET_OK on success, GNUNET_SYSERR otherwise 478 * @return #GNUNET_OK on success, #GNUNET_SYSERR otherwise
479 */ 479 */
480int 480int
481GNUNET_DISK_file_close (struct GNUNET_DISK_FileHandle *h); 481GNUNET_DISK_file_close (struct GNUNET_DISK_FileHandle *h);