156160Sru/* defun.h -- declaration for defuns.
2146515Sru   $Id: defun.h,v 1.2 2004/04/11 17:56:47 karl Exp $
356160Sru
456160Sru   Copyright (C) 1999 Free Software Foundation, Inc.
556160Sru
656160Sru   This program is free software; you can redistribute it and/or modify
756160Sru   it under the terms of the GNU General Public License as published by
856160Sru   the Free Software Foundation; either version 2, or (at your option)
956160Sru   any later version.
1056160Sru
1156160Sru   This program is distributed in the hope that it will be useful,
1256160Sru   but WITHOUT ANY WARRANTY; without even the implied warranty of
1356160Sru   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1456160Sru   GNU General Public License for more details.
1556160Sru
1656160Sru   You should have received a copy of the GNU General Public License
1756160Sru   along with this program; if not, write to the Free Software
1856160Sru   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
1956160Sru
2056160Sru   Written by Karl Heinz Marbaise <kama@hippo.fido.de>.  */
2156160Sru
2256160Sru#ifndef DEFUN_H
2356160Sru#define DEFUN_H
2456160Sru
2556160Sru#include "insertion.h"
2656160Sru
27146515Sruextern enum insertion_type get_base_type (int type);
28146515Sruextern void cm_defun (void);
2956160Sru
3056160Sru#endif /* !DEFUN_H */
3156160Sru
32