52 #if defined(Ifpack_SHOW_DEPRECATED_WARNINGS) 
   54 #warning "The Ifpack package is deprecated" 
   58 #include "euclid_common.h" 
   71   extern void Hash_i_dhCreate (
Hash_i_dh * h, 
int size);
 
   78   extern void Hash_i_dhDestroy (
Hash_i_dh h);
 
   81   extern void Hash_i_dhInsert (
Hash_i_dh h, 
int key, 
int data);
 
   86   extern int Hash_i_dhLookup (
Hash_i_dh h, 
int key);