~ubuntu-branches/ubuntu/edgy/libxfont/edgy-updates

« back to all changes in this revision

Viewing changes to src/stubs/regfpefunc.c

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Parra Novo
  • Date: 2006-07-19 16:05:02 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060719160502-f769vluylmsem3vz
Tags: 1:1.2.0-0ubuntu1
* New Upstream version
* Dropped (empty) patch directory
* Re-Dropped libfontcache.so.0 from libxfont1.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $XFree86: xc/lib/font/stubs/regfpefunc.c,v 1.1 1999/01/11 05:13:20 dawes Exp $ */
2
 
 
3
1
#ifdef HAVE_CONFIG_H
4
2
#include <config.h>
5
3
#endif
6
4
#include "stubs.h"
7
5
 
8
 
int 
 
6
weak int 
9
7
RegisterFPEFunctions(NameCheckFunc name_func, 
10
8
                     InitFpeFunc init_func, 
11
9
                     FreeFpeFunc free_func, 
24
22
{
25
23
    return 0;
26
24
}
27
 
 
28
 
/* end of file */