xref: /kvmtool/include/kvm/strbuf.h (revision 98ee79f4333acbe273095d4cfea473f8ee0d3a15)
1 #ifndef __STRBUF_H__
2 #define __STRBUF_H__
3 
4 int prefixcmp(const char *str, const char *prefix);
5 
6 #endif
7