xref: /kvmtool/include/kvm/strbuf.h (revision 98ee79f4333acbe273095d4cfea473f8ee0d3a15)
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