summaryrefslogtreecommitdiffstats
path: root/src/itdb.h
diff options
context:
space:
mode:
authortmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-05-12 07:21:55 +0000
committertmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-05-12 07:21:55 +0000
commitad85f0d325d454dd00f9f79557b81809423be87e (patch)
treeac0af333ae1c6e18f651272df79c8170997cd098 /src/itdb.h
parent63b5ffada4366939c12df0cefe4644fd13226920 (diff)
downloadlibgpod-ad85f0d325d454dd00f9f79557b81809423be87e.tar.gz
libgpod-ad85f0d325d454dd00f9f79557b81809423be87e.tar.xz
libgpod-ad85f0d325d454dd00f9f79557b81809423be87e.zip
Minor documentation cleanups.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1430 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/itdb.h')
-rw-r--r--src/itdb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/itdb.h b/src/itdb.h
index 9a33bcb..6a1e64c 100644
--- a/src/itdb.h
+++ b/src/itdb.h
@@ -1195,10 +1195,12 @@ void itdb_thumb_free (Itdb_Thumb *thumb);
Itdb_Thumb *itdb_thumb_new (void);
gchar *itdb_thumb_get_filename (Itdb_Device *device, Itdb_Thumb *thumb);
+#ifndef LIBGPOD_DISABLE_DEPRECATED
/* time functions */
time_t itdb_time_get_mac_time (void);
time_t itdb_time_mac_to_host (time_t time);
time_t itdb_time_host_to_mac (time_t time);
+#endif
/* Initialize a blank ipod */
gboolean itdb_init_ipod (const gchar *mountpoint,