]> git.sesse.net Git - vlc/blobdiff - modules/demux/mp4/drms.h
Fix compiler warning about asprintf return value.
[vlc] / modules / demux / mp4 / drms.h
index cb40b370a8016e65edbf3bfe27ceb8fd84bccd2f..0635f40d00cb5b5b2d3c0b08e1964b8a144525f2 100644 (file)
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #ifndef _VLC_DRMS_H
 #define _VLC_DRMS_H 1
 
-extern void *drms_alloc( char *psz_homedir );
+extern void *drms_alloc( const char *psz_homedir );
 extern void drms_free( void *p_drms );
 extern int drms_init( void *p_drms, uint32_t i_type,
                       uint8_t *p_info, uint32_t i_len );