1146515Sru/* multi.h -- declarations for multi.c.
2146515Sru   $Id: multi.h,v 1.1 2004/04/11 17:56:47 karl Exp $
3146515Sru
4146515Sru   Copyright (C) 2004 Free Software Foundation, Inc.
5146515Sru
6146515Sru   This program is free software; you can redistribute it and/or modify
7146515Sru   it under the terms of the GNU General Public License as published by
8146515Sru   the Free Software Foundation; either version 2, or (at your option)
9146515Sru   any later version.
10146515Sru
11146515Sru   This program is distributed in the hope that it will be useful,
12146515Sru   but WITHOUT ANY WARRANTY; without even the implied warranty of
13146515Sru   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14146515Sru   GNU General Public License for more details.
15146515Sru
16146515Sru   You should have received a copy of the GNU General Public License
17146515Sru   along with this program; if not, write to the Free Software
18146515Sru   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19146515Sru   */
20146515Sru
21146515Sru#ifndef MULTI_H
22146515Sru#define MULTI_H
23146515Sru
24146515Sruextern void do_multitable (void);
25146515Sruextern void end_multitable (void);
26146515Sruextern int multitable_item (void);
27146515Sru
28146515Sru#endif /* !MULTI_H */
29