00001 // AUTOMATICALLY GENERATED -- DO NOT EDIT! -*- c++ -*- 00002 00003 #ifndef jdb_regex_h 00004 #define jdb_regex_h 00005 00006 // 00007 // INTERFACE definition follows 00008 // 00009 00010 00011 int jdb_regex_init(const char *searchstr); 00012 00013 int jdb_regex_find(const char *buffer, const char **beg, const char **end); 00014 00015 #endif // jdb_regex_h