diff options
| author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-10-23 15:20:36 +0000 |
|---|---|---|
| committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-10-23 15:20:36 +0000 |
| commit | 8e1d750e2151906046d4796bc1aa87c3c8a06960 (patch) | |
| tree | 7b058c1d1b90f46c1e80291a470f931122a0f939 /src/itdb.h | |
| parent | f544b33badc5c89d0e3b5382c70729630c4cffe1 (diff) | |
| download | libgpod-8e1d750e2151906046d4796bc1aa87c3c8a06960.tar.gz libgpod-8e1d750e2151906046d4796bc1aa87c3c8a06960.tar.xz libgpod-8e1d750e2151906046d4796bc1aa87c3c8a06960.zip | |
* (itdb_write): remove mountpoint as parameter as not used.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1128 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/itdb.h')
| -rw-r--r-- | src/itdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -630,7 +630,7 @@ GQuark itdb_file_error_quark (void); /* functions for reading/writing database, general itdb functions */ Itdb_iTunesDB *itdb_parse (const gchar *mp, GError **error); Itdb_iTunesDB *itdb_parse_file (const gchar *filename, GError **error); -gboolean itdb_write (Itdb_iTunesDB *itdb, const gchar *mp, GError **error); +gboolean itdb_write (Itdb_iTunesDB *itdb, GError **error); gboolean itdb_write_file (Itdb_iTunesDB *itdb, const gchar *filename, GError **error); gboolean itdb_shuffle_write (Itdb_iTunesDB *itdb, |
