~ubuntu-branches/ubuntu/maverick/texinfo/maverick

« back to all changes in this revision

Viewing changes to makeinfo/defun.h

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2005-10-28 15:10:30 UTC
  • mto: (2.1.1 dapper) (3.1.4 hardy)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20051028151030-9nsf2s2k2z3fktjt
Tags: upstream-4.8
ImportĀ upstreamĀ versionĀ 4.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* defun.h -- declaration for defuns.
2
 
   $Id: defun.h,v 1.2 1999/03/25 22:49:10 karl Exp $
 
2
   $Id: defun.h,v 1.2 2004/04/11 17:56:47 karl Exp $
3
3
 
4
4
   Copyright (C) 1999 Free Software Foundation, Inc.
5
5
 
24
24
 
25
25
#include "insertion.h"
26
26
 
27
 
extern enum insertion_type get_base_type ();
28
 
extern void cm_defun ();
 
27
extern enum insertion_type get_base_type (int type);
 
28
extern void cm_defun (void);
29
29
 
30
30
#endif /* !DEFUN_H */
31
31