1 #ifndef eslARR2_INCLUDED
2 #define eslARR2_INCLUDED
3 
4 #include <stdlib.h>
5 
6 extern size_t esl_arr2_SSizeof(char **s, int dim1);
7 extern void   esl_arr2_Destroy(void **p, int dim1);
8 
9 #endif // eslARR2_INCLUDED
10