diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-09 10:02:08 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-09 10:02:08 -0700 |
commit | 1a7335ff932baa59a3283c50dd6007d81989b7e3 (patch) | |
tree | 79df514a20b13b212bfce229305db8d924443ae5 /Xprint | |
parent | 9583859d538394e98ac1f38b8e6f0997e321621d (diff) |
remove unneeded externs from Xprint/ps/psout.c
Diffstat (limited to 'Xprint')
-rw-r--r-- | Xprint/ps/psout.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Xprint/ps/psout.c b/Xprint/ps/psout.c index d7f45b16c..dccd692ba 100644 --- a/Xprint/ps/psout.c +++ b/Xprint/ps/psout.c @@ -82,6 +82,7 @@ in this Software without prior written authorization from The Open Group. #include <stdio.h> #include "os.h" #define USE_PSOUT_PRIVATE 1 +#include "Ps.h" #include "psout.h" #ifdef XP_USE_FREETYPE #include <ft2build.h> @@ -90,9 +91,6 @@ in this Software without prior written authorization from The Open Group. /* For VENDOR_STRING and VENDOR_RELEASE */ #include "site.h" -extern PsElmPtr PsCloneFillElementList(int nElms, PsElmPtr elms); -extern void PsDestroyFillElementList(int nElms, PsElmPtr elms); - /* * Standard definitions */ |