00001 #ifndef BUFFY_FROM_H 00002 #define BUFFY_FROM_H 00003 00004 int is_from(const char *s, char *path = 0, size_t pathlen = 0); 00005 00006 #endif