/* * 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. */