summaryrefslogtreecommitdiff
path: root/gs/base/sidscale.h
diff options
context:
space:
mode:
authorRalph Giles <ralph.giles@artifex.com>2008-08-29 18:46:21 +0000
committerRalph Giles <ralph.giles@artifex.com>2008-08-29 18:46:21 +0000
commit6ff2582d038f99b79178082b200bdfe73f734456 (patch)
tree6db04fc72813760fdc6912a15875ad83d57943df /gs/base/sidscale.h
parent9d36ee856e41244d3cf0469fc0004d21e6911994 (diff)
Split the source tree into two new directories.
PSSRC files are now in 'gs/psi'. GLSRC files are now in 'gs/base'. This is to facilitate build modularization and merging in the ghostpdl tree. NOTE: msvc32.mak is now in psi, not src. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@9048 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/base/sidscale.h')
-rw-r--r--gs/base/sidscale.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/gs/base/sidscale.h b/gs/base/sidscale.h
new file mode 100644
index 000000000..b5aadf19e
--- /dev/null
+++ b/gs/base/sidscale.h
@@ -0,0 +1,25 @@
+/* Copyright (C) 2001-2006 Artifex Software, Inc.
+ All Rights Reserved.
+
+ This software is provided AS-IS with no warranty, either express or
+ implied.
+
+ This software is distributed under license and may not be copied, modified
+ or distributed except as expressly authorized under the terms of that
+ license. Refer to licensing information at http://www.artifex.com/
+ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
+ San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
+*/
+
+/* $Id$ */
+/* Definitions for smoothed image scaling filter */
+/* Requires strimpl.h */
+
+#ifndef sidscale_INCLUDED
+# define sidscale_INCLUDED
+
+#include "sisparam.h"
+
+extern const stream_template s_ISpecialDownScale_template;
+
+#endif /* sidscale_INCLUDED */