lame.h   lame.h 
skipping to change at line 22 skipping to change at line 22
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details. * Library General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the * License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*/ */
/* $Id: lame.h,v 1.170 2008/04/12 18:18:06 robert Exp $ */ /* $Id: lame.h,v 1.170.2.1 2008/09/14 11:51:49 robert Exp $ */
#ifndef LAME_LAME_H #ifndef LAME_LAME_H
#define LAME_LAME_H #define LAME_LAME_H
/* for size_t typedef */ /* for size_t typedef */
#include <stddef.h> #include <stddef.h>
/* for va_list typedef */ /* for va_list typedef */
#include <stdarg.h> #include <stdarg.h>
/* for FILE typedef, TODO: remove when removing lame_mp3_tags_fid */ /* for FILE typedef, TODO: remove when removing lame_mp3_tags_fid */
#include <stdio.h> #include <stdio.h>
skipping to change at line 1048 skipping to change at line 1048
void CDECL id3tag_v1_only (lame_global_flags *gfp); void CDECL id3tag_v1_only (lame_global_flags *gfp);
/* add only a version 2 tag */ /* add only a version 2 tag */
void CDECL id3tag_v2_only (lame_global_flags *gfp); void CDECL id3tag_v2_only (lame_global_flags *gfp);
/* pad version 1 tag with spaces instead of nulls */ /* pad version 1 tag with spaces instead of nulls */
void CDECL id3tag_space_v1 (lame_global_flags *gfp); void CDECL id3tag_space_v1 (lame_global_flags *gfp);
/* pad version 2 tag with extra 128 bytes */ /* pad version 2 tag with extra 128 bytes */
void CDECL id3tag_pad_v2 (lame_global_flags *gfp); void CDECL id3tag_pad_v2 (lame_global_flags *gfp);
/* pad version 2 tag with extra n bytes */
void CDECL id3tag_set_pad (lame_global_flags *gfp, size_t n);
void CDECL id3tag_set_title( void CDECL id3tag_set_title(
lame_global_flags* gfp, lame_global_flags* gfp,
const char* title ); const char* title );
void CDECL id3tag_set_artist( void CDECL id3tag_set_artist(
lame_global_flags* gfp, lame_global_flags* gfp,
const char* artist ); const char* artist );
void CDECL id3tag_set_album( void CDECL id3tag_set_album(
lame_global_flags* gfp, lame_global_flags* gfp,
const char* album ); const char* album );
 End of changes. 2 change blocks. 
1 lines changed or deleted 3 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/