~ubuntu-branches/ubuntu/hardy/ghostscript/hardy

« back to all changes in this revision

Viewing changes to src/iinit.h

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2007-11-22 12:17:43 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20071122121743-cd70s3ypq0r243mp
Tags: 8.61.dfsg.1-0ubtuntu1
* New upstream release
  o Final 8.61 release
* debian/patches/09_ijs_krgb_support.dpatch: Adapted to upstream changes.
* debian/rules: Updated CUPS-related variables for "make install" calls.
* debian/rules: Remove /usr/include/ghostscript from the ghostscript
  package, they go into lings-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
   San Rafael, CA  94903, U.S.A., +1(415)492-9861, for further information.
12
12
*/
13
13
 
14
 
/* $Id: iinit.h 8022 2007-06-05 22:23:38Z giles $ */
 
14
/* $Id: iinit.h 8342 2007-11-01 16:20:01Z leonardo $ */
15
15
/* (Internal) interface to iinit.c */
16
16
 
17
17
#ifndef iinit_INCLUDED
24
24
int obj_init(i_ctx_t **, gs_dual_memory_t *);
25
25
int zop_init(i_ctx_t *);
26
26
int op_init(i_ctx_t *);
 
27
#ifdef DEBUG_TRACE_PS_OPERATORS
 
28
const char *op_get_name_string(op_proc_t opproc);
 
29
#endif
27
30
 
28
31
/*
29
32
 * Test whether there are any Level 2 operators in the executable.