1 /*
2  * jpegtclStubInit.c --
3  */
4 
5 #include <jpeglib.h>
6 
7 /*
8  * Remove macros that will interfere with the definitions below.
9  */
10 
11 
12 /*
13  * WARNING: The contents of this file is automatically generated by the
14  * genStubs.tcl script. Any modifications to the function declarations
15  * below should be made in the jpegtcl.decls script.
16  */
17 
18 /* !BEGIN!: Do not edit below this line. */
19 
20 const JpegtclStubs jpegtclStubs = {
21     TCL_STUB_MAGIC,
22     0,
23     jpeg_std_error, /* 0 */
24     jpeg_CreateCompress, /* 1 */
25     jpeg_CreateDecompress, /* 2 */
26     jpeg_destroy_compress, /* 3 */
27     jpeg_destroy_decompress, /* 4 */
28     jpeg_stdio_dest, /* 5 */
29     jpeg_stdio_src, /* 6 */
30     jpeg_set_defaults, /* 7 */
31     jpeg_set_colorspace, /* 8 */
32     jpeg_default_colorspace, /* 9 */
33     jpeg_set_quality, /* 10 */
34     jpeg_set_linear_quality, /* 11 */
35     jpeg_add_quant_table, /* 12 */
36     jpeg_quality_scaling, /* 13 */
37     jpeg_simple_progression, /* 14 */
38     jpeg_suppress_tables, /* 15 */
39     jpeg_alloc_quant_table, /* 16 */
40     jpeg_alloc_huff_table, /* 17 */
41     jpeg_start_compress, /* 18 */
42     jpeg_write_scanlines, /* 19 */
43     jpeg_finish_compress, /* 20 */
44     jpeg_write_raw_data, /* 21 */
45     jpeg_write_marker, /* 22 */
46     jpeg_write_m_header, /* 23 */
47     jpeg_write_m_byte, /* 24 */
48     jpeg_write_tables, /* 25 */
49     jpeg_read_header, /* 26 */
50     jpeg_start_decompress, /* 27 */
51     jpeg_read_scanlines, /* 28 */
52     jpeg_finish_decompress, /* 29 */
53     jpeg_read_raw_data, /* 30 */
54     jpeg_has_multiple_scans, /* 31 */
55     jpeg_start_output, /* 32 */
56     jpeg_finish_output, /* 33 */
57     jpeg_input_complete, /* 34 */
58     jpeg_new_colormap, /* 35 */
59     jpeg_consume_input, /* 36 */
60     jpeg_calc_output_dimensions, /* 37 */
61     jpeg_save_markers, /* 38 */
62     jpeg_set_marker_processor, /* 39 */
63     jpeg_read_coefficients, /* 40 */
64     jpeg_write_coefficients, /* 41 */
65     jpeg_copy_critical_parameters, /* 42 */
66     jpeg_abort_compress, /* 43 */
67     jpeg_abort_decompress, /* 44 */
68     jpeg_abort, /* 45 */
69     jpeg_destroy, /* 46 */
70     jpeg_resync_to_restart, /* 47 */
71 };
72 
73 /* !END!: Do not edit above this line. */
74