|
| 1 | +/*------------------------------------------------------------------------- |
| 2 | + * |
| 3 | + * tstoreReceiver.h |
| 4 | + * prototypes for tstoreReceiver.c |
| 5 | + * |
| 6 | + * |
| 7 | + * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group |
| 8 | + * Portions Copyright (c) 1994, Regents of the University of California |
| 9 | + * |
| 10 | + * $Id: tstoreReceiver.h,v 1.1 2003/03/27 16:55:11 momjian Exp $ |
| 11 | + * |
| 12 | + *------------------------------------------------------------------------- |
| 13 | + */ |
| 14 | + |
| 15 | +#ifndefTSTORE_RECEIVER_H |
| 16 | +#defineTSTORE_RECEIVER_H |
| 17 | + |
| 18 | +#include"tcop/dest.h" |
| 19 | + |
| 20 | +externDestReceiver*tstoreReceiverCreateDR(void); |
| 21 | + |
| 22 | +#endif/* TSTORE_RECEIVER_H */ |