1 #ifndef vtk_ogg_mangle_h
2 #define vtk_ogg_mangle_h
3 
4 #define oggpack_adv vtkogg_oggpack_adv
5 #define oggpack_adv1 vtkogg_oggpack_adv1
6 #define oggpackB_adv vtkogg_oggpackB_adv
7 #define oggpackB_adv1 vtkogg_oggpackB_adv1
8 #define oggpackB_bits vtkogg_oggpackB_bits
9 #define oggpackB_bytes vtkogg_oggpackB_bytes
10 #define oggpackB_get_buffer vtkogg_oggpackB_get_buffer
11 #define oggpack_bits vtkogg_oggpack_bits
12 #define oggpackB_look vtkogg_oggpackB_look
13 #define oggpackB_look1 vtkogg_oggpackB_look1
14 #define oggpackB_read vtkogg_oggpackB_read
15 #define oggpackB_read1 vtkogg_oggpackB_read1
16 #define oggpackB_readinit vtkogg_oggpackB_readinit
17 #define oggpackB_reset vtkogg_oggpackB_reset
18 #define oggpackB_write vtkogg_oggpackB_write
19 #define oggpackB_writealign vtkogg_oggpackB_writealign
20 #define oggpackB_writecheck vtkogg_oggpackB_writecheck
21 #define oggpackB_writeclear vtkogg_oggpackB_writeclear
22 #define oggpackB_writecopy vtkogg_oggpackB_writecopy
23 #define oggpackB_writeinit vtkogg_oggpackB_writeinit
24 #define oggpackB_writetrunc vtkogg_oggpackB_writetrunc
25 #define oggpack_bytes vtkogg_oggpack_bytes
26 #define ogg_packet_clear vtkogg_ogg_packet_clear
27 #define oggpack_get_buffer vtkogg_oggpack_get_buffer
28 #define oggpack_look vtkogg_oggpack_look
29 #define oggpack_look1 vtkogg_oggpack_look1
30 #define oggpack_read vtkogg_oggpack_read
31 #define oggpack_read1 vtkogg_oggpack_read1
32 #define oggpack_readinit vtkogg_oggpack_readinit
33 #define oggpack_reset vtkogg_oggpack_reset
34 #define oggpack_write vtkogg_oggpack_write
35 #define oggpack_writealign vtkogg_oggpack_writealign
36 #define oggpack_writecheck vtkogg_oggpack_writecheck
37 #define oggpack_writeclear vtkogg_oggpack_writeclear
38 #define oggpack_writecopy vtkogg_oggpack_writecopy
39 #define oggpack_writeinit vtkogg_oggpack_writeinit
40 #define oggpack_writetrunc vtkogg_oggpack_writetrunc
41 #define ogg_page_bos vtkogg_ogg_page_bos
42 #define ogg_page_checksum_set vtkogg_ogg_page_checksum_set
43 #define ogg_page_continued vtkogg_ogg_page_continued
44 #define ogg_page_eos vtkogg_ogg_page_eos
45 #define ogg_page_granulepos vtkogg_ogg_page_granulepos
46 #define ogg_page_packets vtkogg_ogg_page_packets
47 #define ogg_page_pageno vtkogg_ogg_page_pageno
48 #define ogg_page_serialno vtkogg_ogg_page_serialno
49 #define ogg_page_version vtkogg_ogg_page_version
50 #define ogg_stream_check vtkogg_ogg_stream_check
51 #define ogg_stream_clear vtkogg_ogg_stream_clear
52 #define ogg_stream_destroy vtkogg_ogg_stream_destroy
53 #define ogg_stream_eos vtkogg_ogg_stream_eos
54 #define ogg_stream_flush vtkogg_ogg_stream_flush
55 #define ogg_stream_flush_fill vtkogg_ogg_stream_flush_fill
56 #define ogg_stream_init vtkogg_ogg_stream_init
57 #define ogg_stream_iovecin vtkogg_ogg_stream_iovecin
58 #define ogg_stream_packetin vtkogg_ogg_stream_packetin
59 #define ogg_stream_packetout vtkogg_ogg_stream_packetout
60 #define ogg_stream_packetpeek vtkogg_ogg_stream_packetpeek
61 #define ogg_stream_pagein vtkogg_ogg_stream_pagein
62 #define ogg_stream_pageout vtkogg_ogg_stream_pageout
63 #define ogg_stream_pageout_fill vtkogg_ogg_stream_pageout_fill
64 #define ogg_stream_reset vtkogg_ogg_stream_reset
65 #define ogg_stream_reset_serialno vtkogg_ogg_stream_reset_serialno
66 #define ogg_sync_buffer vtkogg_ogg_sync_buffer
67 #define ogg_sync_check vtkogg_ogg_sync_check
68 #define ogg_sync_clear vtkogg_ogg_sync_clear
69 #define ogg_sync_destroy vtkogg_ogg_sync_destroy
70 #define ogg_sync_init vtkogg_ogg_sync_init
71 #define ogg_sync_pageout vtkogg_ogg_sync_pageout
72 #define ogg_sync_pageseek vtkogg_ogg_sync_pageseek
73 #define ogg_sync_reset vtkogg_ogg_sync_reset
74 #define ogg_sync_wrote vtkogg_ogg_sync_wrote
75 
76 #endif
77