switch to C
[satune.git] / src / mutableset.h
1 #ifndef MUTABLESET_H
2 #define MUTABLESET_H
3 #include "set.h"
4
5 void addElementMSet(MutableSet * set, uint64_t element);
6 #endif