Home | History | Annotate | Download | only in libdvr
      1 {
      2   global:
      3     # Whitelist the function to load the dvr api.
      4     dvrGetApi;
      5 
      6   local:
      7     # Hide everything else.
      8     *;
      9 };
     10