diff src/cipher.h @ 12388:4e045668b9d0

[gaim-migrate @ 14694] Smashing the stack is neither fun nor profitable! Having room for the NUL terminator is a good idea. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 07 Dec 2005 10:38:52 +0000
parents cfc808463763
children e024601d45c7
line wrap: on
line diff
--- a/src/cipher.h	Wed Dec 07 09:16:25 2005 +0000
+++ b/src/cipher.h	Wed Dec 07 10:38:52 2005 +0000
@@ -386,6 +386,12 @@
  */
 gpointer gaim_cipher_context_get_data(GaimCipherContext *context);
 
+/*@}*/
+/*****************************************************************************/
+/** @name Gaim Cipher HTTP Digest Helper Functions							 */
+/*****************************************************************************/
+/*@{*/
+
 /**
  * Calculates a session key for HTTP Digest authentation
  *