1*98ee79f4SPrasad Joshi #ifndef __STRBUF_H__ 2*98ee79f4SPrasad Joshi #define __STRBUF_H__ 3*98ee79f4SPrasad Joshi 4*98ee79f4SPrasad Joshi int prefixcmp(const char *str, const char *prefix); 5*98ee79f4SPrasad Joshi 6*98ee79f4SPrasad Joshi #endif 7