diff options
author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-10-02 01:46:33 +0000 |
---|---|---|
committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-10-02 01:46:33 +0000 |
commit | 88f9ebce8c86fb6bb1c451973b47f045ce9fa079 (patch) | |
tree | 78df74c01cecf58df6f511ec97c0e2dd98ba239f /src | |
parent | 9097b1df501e3913306e4b9215626ba8f0346b85 (diff) | |
download | libgpod-88f9ebce8c86fb6bb1c451973b47f045ce9fa079.tar.gz libgpod-88f9ebce8c86fb6bb1c451973b47f045ce9fa079.tar.xz libgpod-88f9ebce8c86fb6bb1c451973b47f045ce9fa079.zip |
added src/db-artwork-writer-dummy.c
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1111 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src')
-rw-r--r-- | src/db-artwork-writer-dummy.c | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/db-artwork-writer-dummy.c b/src/db-artwork-writer-dummy.c new file mode 100644 index 0000000..f72b996 --- /dev/null +++ b/src/db-artwork-writer-dummy.c @@ -0,0 +1,34 @@ +/* + * Copyright (C) 2005 Christophe Fergeau + * + * + * The code contained in this file is free software; you can redistribute + * it and/or modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either version + * 2.1 of the License, or (at your option) any later version. + * + * This file 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this code; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * iTunes and iPod are trademarks of Apple + * + * This product is not supported/written/published by Apple! + * + */ + +#include <config.h> + +#include "itdb.h" +#include "db-artwork-parser.h" + +int +ipod_write_artwork_db (Itdb_iTunesDB *db, const char *mount_point) +{ + return -1; +} |