Changeset 1506 for trunk/src/emx/include/hashtab.h
- Timestamp:
- Sep 15, 2004, 12:27:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/hashtab.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r1505 r1506 1 /* An expandable hash tables datatype. 1 /* hashtab.h,v 1.2 2004/09/14 22:27:33 bird Exp */ 2 /** @file 3 * GNU, -liberty. 4 */ 5 6 /* An expandable hash tables datatype. 2 7 Copyright (C) 1999, 2000 Free Software Foundation, Inc. 3 8 Contributed by Vladimir Makarov (vmakarov@cygnus.com). … … 57 62 the hash table. */ 58 63 typedef void (*htab_del) PARAMS ((void *)); 59 64 60 65 /* Function called by htab_traverse for each live element. The first 61 66 arg is the slot of the element (which can be passed to htab_clear_slot -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.