~ubuntu-branches/ubuntu/precise/libxfont/precise-security

« back to all changes in this revision

Viewing changes to include/X11/fonts/fntfil.h

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2007-07-18 16:46:59 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070718164659-h894n91b3dynfwi2
Tags: 1:1.3.0-0ubuntu1
* New upstream release.
* debian/control:
  - Maintainer field updated
* debian/copyright:
  - Added packaging copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
extern int FontFileListFonts ( pointer client, FontPathElementPtr fpe, 
93
93
                               char *pat, int len, int max, 
94
94
                               FontNamesPtr names );
 
95
extern int FontFileStartListFonts ( pointer client, FontPathElementPtr fpe, 
 
96
                                    char *pat, int len, int max, 
 
97
                                    pointer *privatep, int mark_aliases );
95
98
extern int FontFileStartListFontsWithInfo ( pointer client, 
96
99
                                            FontPathElementPtr fpe, 
97
100
                                            char *pat, int len, int max, 
111
114
                                         char **resolvedp, int *resolvedlenp, 
112
115
                                         pointer private );
113
116
extern void FontFileRegisterLocalFpeFunctions ( void );
 
117
extern void CatalogueRegisterLocalFpeFunctions ( void );
114
118
 
115
119
 
116
120
extern FontEntryPtr FontFileAddEntry ( FontTablePtr table,