~ubuntu-branches/ubuntu/raring/libxfont/raring-updates

« back to all changes in this revision

Viewing changes to src/stubs/regfpefunc.c

  • Committer: Package Import Robot
  • Author(s): Cyril Brulebois, Cyril Brulebois, Julien Cristau
  • Date: 2012-03-04 09:24:59 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20120304092459-cbu7e0ujz24lslpt
Tags: 1:1.4.5-1
[ Cyril Brulebois ]
* New upstream release.
* Switch to dh:
  - Bump debhelper build-dep and compat.
  - Rewrite debian/rules, using autoreconf and quilt sequences.
  - Adjust build dependencies accordingly.
  - Use build-main and build-udeb as build directories.
  - Adjust .install accordingly.
* Remove xsfbs accordingly.
* Add support for hardened build flags through dpkg-buildflags, based
  on a patch by Moritz Muehlenhoff, thanks! (Closes: #654154).

[ Julien Cristau ]
* Remove David Nusinow from Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#pragma weak RegisterFPEFunctions
8
8
#endif
9
9
 
10
 
weak int 
11
 
RegisterFPEFunctions(NameCheckFunc name_func, 
12
 
                     InitFpeFunc init_func, 
13
 
                     FreeFpeFunc free_func, 
14
 
                     ResetFpeFunc reset_func, 
15
 
                     OpenFontFunc open_func, 
16
 
                     CloseFontFunc close_func, 
17
 
                     ListFontsFunc list_func, 
18
 
                     StartLfwiFunc start_lfwi_func, 
19
 
                     NextLfwiFunc next_lfwi_func, 
20
 
                     WakeupFpeFunc wakeup_func, 
21
 
                     ClientDiedFunc client_died, 
22
 
                     LoadGlyphsFunc load_glyphs, 
23
 
                     StartLaFunc start_list_alias_func, 
24
 
                     NextLaFunc next_list_alias_func, 
 
10
weak int
 
11
RegisterFPEFunctions(NameCheckFunc name_func,
 
12
                     InitFpeFunc init_func,
 
13
                     FreeFpeFunc free_func,
 
14
                     ResetFpeFunc reset_func,
 
15
                     OpenFontFunc open_func,
 
16
                     CloseFontFunc close_func,
 
17
                     ListFontsFunc list_func,
 
18
                     StartLfwiFunc start_lfwi_func,
 
19
                     NextLfwiFunc next_lfwi_func,
 
20
                     WakeupFpeFunc wakeup_func,
 
21
                     ClientDiedFunc client_died,
 
22
                     LoadGlyphsFunc load_glyphs,
 
23
                     StartLaFunc start_list_alias_func,
 
24
                     NextLaFunc next_list_alias_func,
25
25
                     SetPathFunc set_path_func)
26
26
{
27
27
    return 0;