diff options
author | 2020-09-10 18:10:49 +0200 | |
---|---|---|
committer | 2020-09-11 20:06:36 +0200 | |
commit | acfc02c1747065fe450c7cfeb6f1844b62335f08 (patch) | |
tree | 5887806a2e6b99bbb0255e013a9028810e230a7f /contrib/lips4/gdevlprn.h | |
parent | Import Ghostscript 9.52 (diff) | |
download | ghostscript-gpl-patches-acfc02c1747065fe450c7cfeb6f1844b62335f08.tar.gz ghostscript-gpl-patches-acfc02c1747065fe450c7cfeb6f1844b62335f08.tar.bz2 ghostscript-gpl-patches-acfc02c1747065fe450c7cfeb6f1844b62335f08.zip |
Import Ghostscript 9.53ghostscript-9.53
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'contrib/lips4/gdevlprn.h')
-rw-r--r-- | contrib/lips4/gdevlprn.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/lips4/gdevlprn.h b/contrib/lips4/gdevlprn.h index 248911cf..6b9245a7 100644 --- a/contrib/lips4/gdevlprn.h +++ b/contrib/lips4/gdevlprn.h @@ -20,6 +20,9 @@ /*$Id: gdevlprn.h,v 1.4 2002/10/12 23:24:34 tillkamppeter Exp $ */ /* Library for Laser Printer Driver */ +#ifndef gdevlprn_h_INCLUDED +#define gdevlprn_h_INCLUDED + /* Main part of this library was taked from Hiroshi Narimatsu's Ghostscript driver, epag-3.08. @@ -143,3 +146,5 @@ dev_proc_get_params(lprn_get_params); dev_proc_put_params(lprn_put_params); int lprn_print_image(gx_device_printer * pdev, gp_file * fp); + +#endif |