00001 #ifndef WVODH_HH_YAR 00002 #define WVODH_HH_YAR 00003 00004 #include "wvstring.h" 00005 00006 // This is used in various WvTests to count the number of files with 00007 // a certain prefix in a directory. 00008 int wvtest_file_count_prefix(WvStringParm dirname, WvStringParm prefix); 00009 00010 #endif 00011