From 6cdf0ea93f4a83b0878e602d7a096e46a358a6b7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Tue, 30 Nov 1999 03:03:09 +0100
Subject: [PATCH] Added illustration() and illustration_jpeg().

Rev: tutorial/manpages:1.25
---
 tutorial/manpages | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/tutorial/manpages b/tutorial/manpages
index 84216f2a71..d7e22b7dc5 100644
--- a/tutorial/manpages
+++ b/tutorial/manpages
@@ -1,5 +1,5 @@
 // -*- Pike -*-
-// $Id: manpages,v 1.24 1999/04/17 17:18:24 grubba Exp $
+// $Id: manpages,v 1.25 1999/11/30 02:03:09 grubba Exp $
 
 #include "types.h"
 
@@ -304,3 +304,12 @@ void output(string base, WMML data)
    mandesc->close();
 }
 
+Sgml.Tag|string illustration(object o, mapping|void options)
+{
+  return "";
+}
+
+Sgml.Tag|string illustration_jpeg(object o, mapping|void options)
+{
+  return "";
+}
-- 
GitLab