lib/obamp/version-script.txt
author Saverio Proto <zioproto@gmail.com>
Mon Aug 31 16:17:05 2009 +0200 (2 years ago)
changeset 2447 8e7887c1247f
permissions -rw-r--r--
Adding the first implementation of the OBAMP plugin. See README file for documentation.
     1 VERS_1.0
     2 {
     3   global:
     4     olsrd_plugin_interface_version;
     5     olsrd_plugin_init;
     6     olsrd_get_plugin_parameters;
     7 
     8   local:
     9     *;
    10 };