From 9d4fc8504b51ec759b373a6c8babae5375031048 Mon Sep 17 00:00:00 2001
From: Martin Nilsson <mani@lysator.liu.se>
Date: Mon, 25 Aug 2003 05:34:23 +0200
Subject: [PATCH] Autodoc fix

Rev: src/post_modules/Nettle/nettle.cmod:1.17
---
 src/post_modules/Nettle/nettle.cmod | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/post_modules/Nettle/nettle.cmod b/src/post_modules/Nettle/nettle.cmod
index 6940541a11..e754d15ad3 100644
--- a/src/post_modules/Nettle/nettle.cmod
+++ b/src/post_modules/Nettle/nettle.cmod
@@ -1,7 +1,7 @@
 /* nettle.cmod -*- c -*- */
 
 #include "global.h"
-RCSID("$Id: nettle.cmod,v 1.16 2003/08/24 18:28:24 nilsson Exp $");
+RCSID("$Id: nettle.cmod,v 1.17 2003/08/25 03:34:23 nilsson Exp $");
 #include "interpret.h"
 #include "svalue.h"
 /* For this_object() */
@@ -187,7 +187,8 @@ PIKECLASS Yarrow
 
 char *crypt_md5(int pl, const char *pw, int sl, const char *salt);
 
-/*! Does the crypt_md5 abrakadabra (MD5 + snakeoil).
+/*! @decl string crypt_md5(string password, string salt)
+ *! Does the crypt_md5 abrakadabra (MD5 + snakeoil).
  *! It is assumed that @[salt] does not contain "$".
  */
 PIKEFUN string crypt_md5(string pw, string salt)
-- 
GitLab