From 8a3435a8badc2cdb0cecf9055eccfbeb22ecade7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Thu, 19 Feb 1998 17:09:36 -0800
Subject: [PATCH] f_sprintf() no longer static

Rev: src/modules/sprintf/sprintf.c:1.15
---
 src/modules/sprintf/sprintf.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/sprintf/sprintf.c b/src/modules/sprintf/sprintf.c
index b88ad20a34..dc882dedda 100644
--- a/src/modules/sprintf/sprintf.c
+++ b/src/modules/sprintf/sprintf.c
@@ -96,7 +96,7 @@
 */
 
 #include "global.h"
-RCSID("$Id: sprintf.c,v 1.14 1997/09/11 21:01:32 grubba Exp $");
+RCSID("$Id: sprintf.c,v 1.15 1998/02/20 01:09:36 hubbe Exp $");
 #include "error.h"
 #include "array.h"
 #include "svalue.h"
@@ -834,7 +834,7 @@ string pike_sprintf(char *format,struct svalue *argp,int num_arg)
 }
 
 /* The efun */
-static void f_sprintf(INT32 num_arg)
+void f_sprintf(INT32 num_arg)
 {
   struct pike_string *ret;
   struct svalue *argp;
-- 
GitLab