~ubuntu-branches/ubuntu/feisty/hanterm-classic/feisty

« back to all changes in this revision

Viewing changes to charproc.c

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Pollock
  • Date: 2005-03-18 16:15:39 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050318161539-1f0d3ztp5d67ius5
Tags: 3.1.6.0-4
* QA Group upload orphaning this package
* Incorporates previous NMUs (closes: #253208, #267025, #262570)
* debian/rules: install manpage as a section 1 manpage, not a section 1x
  manpage

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
#include <X11/Xmu/CharSet.h>
48
48
#include <X11/Xmu/Converters.h>
49
49
#include <stdio.h>
 
50
#include <stdlib.h>
50
51
#include <errno.h>
51
52
#include <setjmp.h>
52
53
#include <ctype.h>
80
81
#endif
81
82
 
82
83
extern Widget toplevel;
83
 
extern void exit();
84
 
extern char *malloc();
85
 
extern char *realloc();
86
84
 
87
85
extern void FlushScroll();
88
86
extern void InsertLine();