~ubuntu-branches/debian/squeeze/ghostscript/squeeze

« back to all changes in this revision

Viewing changes to src/gslibctx.h

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta (mhatta)
  • Date: 2009-01-04 12:09:59 UTC
  • mfrom: (16.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090104120959-m9lbagj775ucg0h3
Tags: 8.63.dfsg.1-2
libgs-dev: put versioned dependency on libgs8 - closes: #510691

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: gslibctx.h 8022 2007-06-05 22:23:38Z giles $ */
 
14
/*$Id: gslibctx.h 8764 2008-05-21 18:27:42Z mvrhel $ */
15
15
#ifndef GSLIBCTX_H 
16
16
#define GSLIBCTX_H 
17
17
 
33
33
    bool stdout_to_stderr;
34
34
    bool stdin_is_interactive;   
35
35
    void *caller_handle;        /* identifies caller of GS DLL/shared object */
 
36
    void *custom_color_callback;  /* pointer to color callback structure */
36
37
    int (GSDLLCALL *stdin_fn)(void *caller_handle, char *buf, int len);
37
38
    int (GSDLLCALL *stdout_fn)(void *caller_handle, const char *str, int len);
38
39
    int (GSDLLCALL *stderr_fn)(void *caller_handle, const char *str, int len);