gdevmeds.h 1.1 KB

123456789101112131415161718192021222324252627282930
  1. /* Copyright (C) 1998 Aladdin Enterprises. All rights reserved.
  2. This file is part of AFPL Ghostscript.
  3. AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND. No author or
  4. distributor accepts any responsibility for the consequences of using it, or
  5. for whether it serves any particular purpose or works at all, unless he or
  6. she says so in writing. Refer to the Aladdin Free Public License (the
  7. "License") for full details.
  8. Every copy of AFPL Ghostscript must include a copy of the License, normally
  9. in a plain ASCII text file named PUBLIC. The License grants you the right
  10. to copy, modify and redistribute AFPL Ghostscript, but only under certain
  11. conditions described in the License. Among other things, the License
  12. requires that the copyright notice and this notice be preserved on all
  13. copies.
  14. */
  15. /*$Id: gdevmeds.h,v 1.2 2000/09/19 19:00:14 lpd Exp $ */
  16. /* Interface for gdevmeds.c */
  17. #ifndef gdevmeds_INCLUDED
  18. # define gdevmeds_INCLUDED
  19. #include "gdevprn.h"
  20. int select_medium(P3(gx_device_printer *pdev, const char **available,
  21. int default_index));
  22. #endif /* gdevmeds_INCLUDED */