From: Michael Chase-S. <mc...@us...> - 2011-03-08 16:50:34
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "sfcCommon - Common lib for SFCB/SFCC". The branch, master has been updated via 0311c5d0fe31e230d2d4dd7f7e71aa22f1cc316f (commit) from 31659c55d6f7bc81b38e711b17c8577d01140259 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0311c5d0fe31e230d2d4dd7f7e71aa22f1cc316f Author: Michael Chase-Salerno <br...@li...> Date: Tue Mar 8 11:48:47 2011 -0500 Removing excess newlines ----------------------------------------------------------------------- Summary of changes: diff --git a/sfcUtil/utilft.h b/sfcUtil/utilft.h index d630a7c..54954d3 100644 --- a/sfcUtil/utilft.h +++ b/sfcUtil/utilft.h @@ -69,102 +69,25 @@ extern "C" { (UtilHashTable * ht, int buckets); HashTableIterator *(*getFirst) - (UtilHashTable * ht, void **key, void **value); - HashTableIterator *(*getNext) - + (UtilHashTable * ht, void **key, void **value); - - - - - - - - - - - - - - - + HashTableIterator *(*getNext) (UtilHashTable * ht, HashTableIterator * iterator, void **key, void **value); - void (*setKeyCmpFunction) - - - - - - - - - - - - - - - - + void (*setKeyCmpFunction) (UtilHashTable * ht, int (*keycomp) (const void *k1, const void *k2)); - void (*setValueCmpFunction) - - - - - - - - - - - - - - - + void (*setValueCmpFunction) (UtilHashTable * ht, int (*keycomp) (const void *v1, const void *v2)); - void (*setHashFunction) - - - - - - - - - - - - - - - + void (*setHashFunction) (UtilHashTable * ht, unsigned long (*hashFunction) (const void *key)); - void (*setReleaseFunctions) - - - - - - - - - - - - - - - + void (*setReleaseFunctions) (UtilHashTable * ht, void (*keyRelease) (void *key), void (*valueRelease) (void *value)); }; hooks/post-receive -- sfcCommon - Common lib for SFCB/SFCC |