~ubuntu-branches/ubuntu/natty/libgpg-error/natty

« back to all changes in this revision

Viewing changes to src/gpg-error.def.in

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-12-03 13:46:24 UTC
  • Revision ID: james.westby@ubuntu.com-20101203134624-01r58mt17j1kh6xe
Tags: 1.10-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* gpg-error.def.in - Exported symbols
 
2
 *   Needs to be processed by CPP.
 
3
 */
 
4
 
 
5
#include <config.h>
 
6
 
 
7
EXPORTS
 
8
 gpg_strerror                 @1
 
9
 gpg_strerror_r               @2  
 
10
 gpg_strsource                @3  
 
11
 gpg_err_code_from_errno      @4
 
12
 gpg_err_code_to_errno        @5
 
13
 gpg_err_init                 @6
 
14
 gpg_err_code_from_syserror   @7
 
15
 gpg_err_set_errno            @8
 
16
#ifdef HAVE_W32CE_SYSTEM
 
17
   _gpg_w32ce_get_errno       @9
 
18
   _gpg_w32ce_strerror        @10
 
19
#endif
 
20
#ifdef HAVE_W32_SYSTEM
 
21
   _gpg_w32_bindtextdomain     @11
 
22
   _gpg_w32_textdomain         @12
 
23
   _gpg_w32_gettext            @13
 
24
   _gpg_w32_dgettext           @14
 
25
   _gpg_w32_dngettext          @15
 
26
   _gpg_w32_gettext_localename @16
 
27
   _gpg_w32_gettext_use_utf8   @17
 
28
#endif
 
29
 gpg_err_deinit               @18