]> git.sesse.net Git - vlc/blobdiff - include/rsc_files.h
-Fall back to one-packet-once reading in dvd input since multi-block
[vlc] / include / rsc_files.h
index 7d3861dc98e6daf50e274b4e032c8f4c61bc146b..fa8af4cf2561b31ac2e1f3d37e31e2f52685ff97 100644 (file)
@@ -1,10 +1,29 @@
 /*****************************************************************************
  * rsc_files.h: resources files manipulation functions
- * (c)1999 VideoLAN
- *****************************************************************************
- * This library describe a general format used to store 'resources'. Resources
+ * This library describes a general format used to store 'resources'. Resources
  * can be anything, including pictures, audio streams, and so on.
  *****************************************************************************
+ * Copyright (C) 1999, 2000 VideoLAN
+ * $Id: rsc_files.h,v 1.7 2001/03/21 13:42:33 sam Exp $
+ *
+ * Authors: Vincent Seguin <seguin@via.ecp.fr>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ * 
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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.
+ *****************************************************************************/
+
+/*****************************************************************************
  * Requires:
  *  config.h
  *  common.h
@@ -68,6 +87,6 @@ int                 CloseResourceFile   ( resource_file_t *p_file );
 int                 SeekResource        ( resource_file_t *p_file, char *psz_name, int i_type );
 int                 ReadResource        ( resource_file_t *p_file, char *psz_name, int i_type,
                                           size_t max_size, byte_t *p_data );
-int                 WriteResource       ( resource_file_t *p_file, char *psz_name, int i_type,
-                                          size_t size, byte_t *p_data );
+int                 vlc_WriteResource       ( resource_file_t *p_file, char *psz_name, int i_type,
+                                              size_t size, byte_t *p_data );