From: <svn...@op...> - 2009-03-30 03:53:16
|
Author: dgollub Date: Mon Mar 30 05:53:06 2009 New Revision: 5452 URL: http://www.opensync.org/changeset/5452 Log: Cleanup hashtable header Modified: trunk/opensync/helper/opensync_hashtable.h Modified: trunk/opensync/helper/opensync_hashtable.h ============================================================================== --- trunk/opensync/helper/opensync_hashtable.h Mon Mar 30 05:52:00 2009 (r5451) +++ trunk/opensync/helper/opensync_hashtable.h Mon Mar 30 05:53:06 2009 (r5452) @@ -118,10 +118,6 @@ */ OSYNC_EXPORT void osync_hashtable_update_change(OSyncHashTable *table, OSyncChange *change); -//OSYNC_EXPORT void osync_hashtable_report(OSyncHashTable *table, OSyncChange *change); -//OSYNC_EXPORT void osync_hashtable_reset_reports(OSyncHashTable *table); - - /** @brief Get a list of uids which are marked as deleted * * @param table The hashtable |