~ubuntu-branches/ubuntu/oneiric/lgrind/oneiric

« back to all changes in this revision

Viewing changes to source/lgrindef.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Piefel
  • Date: 2002-01-28 11:16:34 UTC
  • Revision ID: james.westby@ubuntu.com-20020128111634-gx07d7rqveysbcc1
Tags: upstream-3.67
ImportĀ upstreamĀ versionĀ 3.67

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* sccsid[] = "@(#)lgrindef.h   3.6 (MPi) 3/8/98";
 
2
 * rcsid[] =
 
3
 * "$Id: lgrindef.h,v 1.3 1999/05/26 07:30:03 mike Exp $";
 
4
 *
 
5
 * Created 19 February 1996
 
6
 */
 
7
 
 
8
#define BUFFERSIZE 8192
 
9
int tgetent(char *bp, char *name, char *file);
 
10
int tgetnum(char *id);
 
11
int tgetflag(char *id);
 
12
char *tgetstr(char *id, char **area);