From 88f9ebce8c86fb6bb1c451973b47f045ce9fa079 Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Sun, 2 Oct 2005 01:46:33 +0000 Subject: 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 --- src/db-artwork-writer-dummy.c | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/db-artwork-writer-dummy.c (limited to 'src') 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 + +#include "itdb.h" +#include "db-artwork-parser.h" + +int +ipod_write_artwork_db (Itdb_iTunesDB *db, const char *mount_point) +{ + return -1; +} -- cgit