Implementing client interfaces regarding Sets
[satune.git] / src / set.h
index dee406676f296c52c5ab0751a07d218550cefbe3..ee3f940e47a67b28fc622f57a7e5cb5f61ae6f28 100644 (file)
--- a/src/set.h
+++ b/src/set.h
@@ -23,5 +23,6 @@ struct Set {
 Set *allocSet(VarType t, uint64_t * elements, uint num);
 Set    * allocSetRange(VarType t, uint64_t lowrange, uint64_t highrange);
 void freeSet(Set *set);
+
 #endif/* SET_H */