1/* memchanStubsInit.c - Copyright (C) 2004 Pat Thoyts <patthoyts@users.sf.net>
2 *
3 * The contents of this file are automatically generated by
4 * genStubs.tcl from the memchan.decls file.
5 *
6 */
7
8#include "memchan.h"
9
10/* !BEGIN!: Do not edit below this line. */
11
12MemchanStubs memchanStubs = {
13    TCL_STUB_MAGIC,
14    NULL,
15    Memchan_Init, /* 0 */
16    Memchan_SafeInit, /* 1 */
17    Memchan_CreateMemoryChannel, /* 2 */
18    Memchan_CreateFifoChannel, /* 3 */
19    Memchan_CreateFifo2Channel, /* 4 */
20    Memchan_CreateZeroChannel, /* 5 */
21    Memchan_CreateNullChannel, /* 6 */
22    Memchan_CreateRandomChannel, /* 7 */
23};
24
25/* !END!: Do not edit above this line. */
26