~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/lib/xpprof32.def

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman, Russ Allbery, Sam Hartman
  • Date: 2008-08-21 10:41:41 UTC
  • mfrom: (11.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080821104141-a0f9c4o4cpo8xd0o
Tags: 1.6.dfsg.4~beta1-4
[ Russ Allbery ]
* Translation updates:
  - Swedish, thanks Martin Bagge.  (Closes: #487669, #491774)
  - Italian, thanks Luca Monducci.  (Closes: #493962)

[ Sam Hartman ]
* Translation Updates:
    - Dutch, Thanks Vincent Zweije, Closes: #495733

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
HEAPSIZE        8192
8
8
 
9
9
EXPORTS
10
 
        profile_init
11
 
        profile_init_path
12
 
        profile_flush
13
 
        profile_release
14
 
        profile_abandon
15
 
        profile_get_values
16
 
        profile_free_list
17
 
        profile_get_string
18
 
        profile_get_integer
19
 
        profile_get_relation_names
20
 
        profile_get_subsection_names
21
 
        profile_iterator_create
22
 
        profile_iterator_free
23
 
        profile_iterator
24
 
        profile_release_string
25
 
        profile_update_relation
26
 
        profile_clear_relation
27
 
        profile_rename_section
28
 
        profile_add_relation
 
10
         profile_abandon                  @1
 
11
         profile_add_relation             @2
 
12
         profile_clear_relation           @3
 
13
         profile_flush                    @4
 
14
         profile_free_list                @5
 
15
         profile_get_integer              @6
 
16
         profile_get_relation_names       @7
 
17
         profile_get_string               @8
 
18
         profile_get_subsection_names     @9
 
19
         profile_get_values              @10
 
20
         profile_init                    @11
 
21
         profile_init_path               @12
 
22
         profile_iterator                @13
 
23
         profile_iterator_create         @14
 
24
         profile_iterator_free           @15
 
25
         profile_release                 @16
 
26
         profile_release_string          @17
 
27
         profile_rename_section          @18
 
28
         profile_update_relation         @19