aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-pilot-map.h
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-10-27 23:33:10 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-10-27 23:33:10 +0800
commit716da0ac903eacd1b2ebed5bb427e4e5f6a88924 (patch)
tree084a9dc4524adb0d819787deaec5bdf06a427cb2 /e-util/e-pilot-map.h
parentee72dd5eb5817ad069517cb74790722ec7be0196 (diff)
downloadgsoc2013-evolution-716da0ac903eacd1b2ebed5bb427e4e5f6a88924.tar.gz
gsoc2013-evolution-716da0ac903eacd1b2ebed5bb427e4e5f6a88924.tar.zst
gsoc2013-evolution-716da0ac903eacd1b2ebed5bb427e4e5f6a88924.zip
update proto
2001-10-27 JP Rosevear <jpr@ximian.com> * e-pilot-map.h: update proto * e-pilot-map.c (e_pilot_map_lookup_pid): touch the nodes if indicated and found (e_pilot_map_lookup_uid): ditto svn path=/trunk/; revision=14208
Diffstat (limited to 'e-util/e-pilot-map.h')
-rw-r--r--e-util/e-pilot-map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-pilot-map.h b/e-util/e-pilot-map.h
index 28f9223070..49e38e7fb2 100644
--- a/e-util/e-pilot-map.h
+++ b/e-util/e-pilot-map.h
@@ -45,8 +45,8 @@ void e_pilot_map_insert (EPilotMap *map, guint32 pid, const char *uid, gboolean
void e_pilot_map_remove_by_pid (EPilotMap *map, guint32 pid);
void e_pilot_map_remove_by_uid (EPilotMap *map, const char *uid);
-guint32 e_pilot_map_lookup_pid (EPilotMap *map, const char *uid);
-const char * e_pilot_map_lookup_uid (EPilotMap *map, guint32 pid);
+guint32 e_pilot_map_lookup_pid (EPilotMap *map, const char *uid, gboolean touch);
+const char * e_pilot_map_lookup_uid (EPilotMap *map, guint32 pid, gboolean touch);
int e_pilot_map_read (const char *filename, EPilotMap **map);
int e_pilot_map_write (const char *filename, EPilotMap *map);
21c55a46'>Update to 4.7, patch 1. Notable changes in this release:naddy2004-03-195-43/+36 * Use PLIST_FILES.trevor2004-02-062-1/+1 * SIZEify.trevor2004-01-301-0/+2 * De-pkg-comment.knu2003-02-212-1/+1 * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1