xref: /plan9-contrib/sys/src/games/music/jukefs/catset.h (revision 57ea29230156334add5f192279098aead66e5fca)
1 void catsetrealloc(Catset*, int);
2 void catsetinit(Catset*, int);
3 void catsetfree(Catset*t);
4 void catsetcopy(Catset*, Catset*);
5 void catsetset(Catset*, int);
6 int catsetisset(Catset*);
7 void catsetorset(Catset*, Catset*);
8 int catseteq(Catset*, Catset*);
9