~ubuntu-branches/ubuntu/karmic/libfs/karmic

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Brice Goglin
  • Date: 2009-07-27 17:21:16 UTC
  • mfrom: (1.1.3 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090727172116-jeovucf7k0k0smp2
Tags: 2:1.0.2-1
* New upstream release.
* Add a link to www.X.org and a reference to the upstream module
  in the long description.
* Add README.source, bump Standards-Version to 3.8.2.
* Move the -dbg package to section debug.
* Add myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Xorg: FSlib.h,v 1.5 2001/02/09 02:03:25 xorgcvs Exp $ */
2
 
 
3
1
/*
4
2
 * Copyright 1990 Network Computing Devices;
5
3
 * Portions Copyright 1987 by Digital Equipment Corporation
24
22
 * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 
25
23
 * SOFTWARE.
26
24
 */
27
 
/* $XFree86: xc/lib/FS/FSlib.h,v 1.6 2001/12/14 19:53:33 dawes Exp $ */
28
25
 
29
26
/*
30
27
 
277
274
 
278
275
extern int FSCloseServer ( FSServer *svr );
279
276
extern int FSCloseFont ( FSServer *svr, Font fid );
280
 
extern int FSGetErrorDatabaseText ( FSServer *svr, char *name, char *type, 
281
 
                                    char *defaultp, char *buffer, int nbytes );
 
277
extern int FSGetErrorDatabaseText ( FSServer *svr, const char *name,
 
278
                                    const char *type, const char *defaultp,
 
279
                                    char *buffer, int nbytes );
282
280
extern int FSGetErrorText ( FSServer *svr, int code, char *buffer, 
283
281
                            
284
282
                            int nbytes );