File: snackStubInit.c

package info (click to toggle)
snack 2.2.10-dfsg1-12.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,024 kB
  • sloc: ansic: 35,473; sh: 8,557; tcl: 1,065; python: 701; makefile: 565
file content (68 lines) | stat: -rwxr-xr-x 1,846 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
/* 
 * snackStubInit.c --
 *
 *	This file contains the initializers for the Snack stub vectors.
 *
 * Copyright (c) 1998-1999 by Scriptics Corporation.
 *
 * See the file "license.terms" for information on usage and redistribution
 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 *
 */

#include "snack.h"
#include "snackDecls.h"

#ifdef __cplusplus
extern "C" SnackStubs snackStubs;
#endif

/*
 * WARNING: The contents of this file is automatically generated by the
 * tools/genStubs.tcl script. Any modifications to the function declarations
 * below should be made in the generic/tcl.decls script.
 */

/* !BEGIN!: Do not edit below this line. */

SnackStubs snackStubs = {
    TCL_STUB_MAGIC,
    NULL,
    NULL, /* 0 */
    NULL, /* 1 */
    Snack_AddSubCmd, /* 2 */
    Snack_AddFileFormat, /* 3 */
    Snack_AddCallback, /* 4 */
    Snack_RemoveCallback, /* 5 */
    Snack_ExecCallbacks, /* 6 */
    Snack_UpdateExtremes, /* 7 */
    Snack_GetSound, /* 8 */
    Snack_NewSound, /* 9 */
    Snack_ResizeSoundStorage, /* 10 */
    Snack_DeleteSound, /* 11 */
    Snack_PutSoundData, /* 12 */
    Snack_GetSoundData, /* 13 */
    Snack_Lin2Alaw, /* 14 */
    Snack_Lin2Mulaw, /* 15 */
    Snack_Alaw2Lin, /* 16 */
    Snack_Mulaw2Lin, /* 17 */
    Snack_SwapShort, /* 18 */
    SnackSeekFile, /* 19 */
    SnackOpenFile, /* 20 */
    SnackCloseFile, /* 21 */
    Snack_WriteLog, /* 22 */
    Snack_WriteLogInt, /* 23 */
    Snack_GetFileFormats, /* 24 */
    Snack_InitWindow, /* 25 */
    Snack_InitFFT, /* 26 */
    Snack_DBPowerSpectrum, /* 27 */
    Snack_StopSound, /* 28 */
    Snack_ProgressCallback, /* 29 */
    Snack_CreateFileFormat, /* 30 */
    Snack_SwapLong, /* 31 */
    Snack_PlatformIsLittleEndian, /* 32 */
    Snack_CreateFilterType, /* 33 */
    SaveSound, /* 34 */
};

/* !END!: Do not edit above this line. */