]> git.sesse.net Git - vlc/blobdiff - include/vlc_block_helper.h
Use var_Inherit* instead of var_CreateGet*.
[vlc] / include / vlc_block_helper.h
index 654d26bc10c434b31f681a75bb462daf85929e8a..7aa1989af0042ff8127b219ba3e24951367f4a4d 100644 (file)
@@ -37,6 +37,7 @@ typedef struct block_bytestream_t
 /*****************************************************************************
  * block_bytestream_t management
  *****************************************************************************/
+LIBVLC_USED
 static inline block_bytestream_t block_BytestreamInit( void )
 {
     block_bytestream_t bytestream;