~ubuntu-branches/ubuntu/trusty/libxfont/trusty-updates

« back to all changes in this revision

Viewing changes to src/Type1/t1stdio.h

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2007-02-16 14:32:57 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070216143257-r24zgvh3taklylv9
Tags: 1:1.2.7-1
* New upstream release.
* Add XS-Vcs-Git header to debian/control, and drop obsolete CVS information.
* Install the upstream ChangeLog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 */
30
30
/* $XFree86: xc/lib/font/Type1/t1stdio.h,v 1.9 2001/01/17 19:43:24 dawes Exp $ */
31
31
/* T1IO FILE structure and related stuff */
32
 
#ifdef BUILDCID
33
 
#define XFONT_CID 1
34
 
#endif
35
32
 
36
33
#ifdef XFree86LOADER
37
34
#undef FILE
72
69
 
73
70
#define  T1Feof(f)          (((f)->flags & FIOEOF) && ((f)->b_cnt==0))
74
71
 
75
 
#if XFONT_CID
76
 
extern F_FILE *CIDeexec ( FILE *f );
77
 
#endif
78
 
 
79
72
extern FILE *T1Open ( char *fn, char *mode );
80
73
extern int T1Getc ( FILE *f );
81
74
extern int T1Ungetc ( int c, FILE *f );