~ubuntu-branches/ubuntu/quantal/gtkpod-aac/quantal

« back to all changes in this revision

Viewing changes to src/flacfile.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-07-17 18:25:25 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070717182525-rhl5w4pk8lbk6pna
Tags: 0.99.10-2ubuntu1
* Resynchronise with gtkpod 0.9.10-2.
* Hack in dpatch support, since it was removed.
* Rename debian/patches/03-configure.dpatch to
  debian/patches/aac-configure.dpatch.
* Update debian/gtkpod-aac.diff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Time-stamp: <2005-01-07 23:51:33 jcs>
 
2
|
 
3
|  Copyright (C) 2002-2003 Jorg Schuler <jcsjcs at users.sourceforge.net>
 
4
|  Part of the gtkpod project.
 
5
|
 
6
|  URL: http://gtkpod.sourceforge.net/
 
7
|
 
8
|  This program is free software; you can redistribute it and/or modify
 
9
|  it under the terms of the GNU General Public License as published by
 
10
|  the Free Software Foundation; either version 2 of the License, or
 
11
|  (at your option) any later version.
 
12
|
 
13
|  This program is distributed in the hope that it will be useful,
 
14
|  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
|  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
|  GNU General Public License for more details.
 
17
|
 
18
|  You should have received a copy of the GNU General Public License
 
19
|  along with this program; if not, write to the Free Software
 
20
|  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
21
|
 
22
|  iTunes and iPod are trademarks of Apple
 
23
|
 
24
|  This product is not supported/written/published by Apple!
 
25
|
 
26
|  $Id: flacfile.h 954 2007-01-16 09:45:00Z jcsjcs $
 
27
*/
 
28
 
 
29
#ifndef FLACFILEH_INCLUDED
 
30
#define FLACFILEH_INCLUDED 1
 
31
 
 
32
#include "itdb.h"
 
33
 
 
34
gboolean flac_write_file_info (gchar *filename, Track *track);
 
35
Track *flac_get_file_info (gchar *flacFileName);
 
36
#endif