/alps/ufodecode

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/ufodecode

« back to all changes in this revision

Viewing changes to src/versions.ldscript

  • Committer: Matthias Vogelgesang
  • Date: 2011-12-01 08:41:56 UTC
  • Revision ID: matthias.vogelgesang@kit.edu-20111201084156-72tgvappjjy6aj4u
Make ipedec a lib and executable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
libipe_0.1 {
 
2
    global:
 
3
        ipe_decoder ipe_decoder_new;
 
4
        ipe_decoder_free;
 
5
        ipe_decoder_set_raw_data;
 
6
        ipe_decoder_next_frame;
 
7
    local:
 
8
        *;
 
9
};