/[cvs]/ccvs/src/hash.h
ViewVC logotype

Diff of /ccvs/src/hash.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by dprice, Mon May 9 18:22:16 2005 UTC revision 1.21.2.1 by dprice, Wed Oct 12 02:46:37 2005 UTC
# Line 10  Line 10 
10   * specified in the README file that comes with the CVS source distribution.   * specified in the README file that comes with the CVS source distribution.
11   */   */
12    
13    #ifndef HASH_H
14    #define HASH_H
15    
16  /*  /*
17   * The number of buckets for the hash table contained in each list.  This   * The number of buckets for the hash table contained in each list.  This
18   * should probably be prime.   * should probably be prime.
# Line 64  void delnode (Node *p); Line 67  void delnode (Node *p);
67  void freenode (Node *p);  void freenode (Node *p);
68  void sortlist (List *list, int (*)(const Node *, const Node *));  void sortlist (List *list, int (*)(const Node *, const Node *));
69  int fsortcmp (const Node *p, const Node *q);  int fsortcmp (const Node *p, const Node *q);
70    
71    #endif /* HASH_H */

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.21.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26