~ubuntu-branches/ubuntu/trusty/presage/trusty-proposed

« back to all changes in this revision

Viewing changes to src/lib/libpresage.map

  • Committer: Bazaar Package Importer
  • Author(s): Matteo Vescovi
  • Date: 2011-08-06 09:26:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110806092615-0wvhajaht9974ncx
Tags: upstream-0.8.6
ImportĀ upstreamĀ versionĀ 0.8.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PRESAGE_0.8.3 {
 
2
global:
 
3
        extern "C++" {
 
4
               Presage::*Presage*;
 
5
               Presage::predict*;
 
6
               Presage::callback*;
 
7
               Presage::completion*;
 
8
               Presage::context*;
 
9
               Presage::context_change*;
 
10
               Presage::prefix*;
 
11
               Presage::config*;
 
12
               Presage::save_config*;
 
13
               PresageException::*PresageException*;
 
14
               PresageException::what*;
 
15
               typeinfo*PresageException;
 
16
               vtable*PresageException;
 
17
        };
 
18
local:
 
19
        *;
 
20
};
 
21
 
 
22
PRESAGE_0.8.5 {
 
23
global:
 
24
        presage_completion;
 
25
        presage_config;
 
26
        presage_config_set;
 
27
        presage_context;
 
28
        presage_context_change;
 
29
        presage_free;
 
30
        presage_free_string;
 
31
        presage_free_string_array;
 
32
        presage_new;
 
33
        presage_new_with_config;
 
34
        presage_predict;
 
35
        presage_prefix;
 
36
        presage_save_config;
 
37
} PRESAGE_0.8.3;