From 4e5f5dae3940e1d6dd23c41404b56e647b97b3a8 Mon Sep 17 00:00:00 2001
From: Martin Nilsson <mani@lysator.liu.se>
Date: Thu, 4 Oct 2001 21:40:02 +0200
Subject: [PATCH] Fixed a autodoc prototype

Rev: src/builtin.cmod:1.69
---
 src/builtin.cmod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/builtin.cmod b/src/builtin.cmod
index c0baeffec1..3fc55a25da 100644
--- a/src/builtin.cmod
+++ b/src/builtin.cmod
@@ -1,5 +1,5 @@
 /* -*- c -*-
- * $Id: builtin.cmod,v 1.68 2001/09/28 01:54:49 hubbe Exp $
+ * $Id: builtin.cmod,v 1.69 2001/10/04 19:40:02 nilsson Exp $
  */
 
 #include "global.h"
@@ -1371,7 +1371,7 @@ PIKECLASS Buffer
     REF_RETURN fp->current_object;
   }
 
-  /*! @decl void add(string ... data)
+  /*! @decl int add(string ... data)
    *!
    *!   Adds @[data] to the buffer. Returns the size of the buffer.
    *!
-- 
GitLab