Cosmetics.
[pysvrt.git] / svrt.h
diff --git a/svrt.h b/svrt.h
index 77b8b46..ff77fb9 100644 (file)
--- a/svrt.h
+++ b/svrt.h
  *
  */
 
+THByteStorage *compress(THByteStorage *x);
+
+THByteStorage *uncompress(THByteStorage *x);
+
+void seed(long s);
+
 THByteTensor *generate_vignettes(long n_problem, THLongTensor *labels);