diff options
Diffstat (limited to 'gas/hash.h')
-rw-r--r-- | gas/hash.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,10 @@ struct hash_control; +/* Set the size of the hash table used. */ + +void set_gas_hash_table_size (unsigned int); + /* Create a hash table. This return a control block. */ extern struct hash_control *hash_new (void); |