Minor update.
[pysvrt.git] / svrt.h
diff --git a/svrt.h b/svrt.h
index 4335df3..e8c3f37 100644 (file)
--- a/svrt.h
+++ b/svrt.h
  *  General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with selector.  If not, see <http://www.gnu.org/licenses/>.
+ *  along with svrt.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
 
-THByteTensor *generate_vignettes(long n_problem, long nb_images);
+THByteStorage *compress(THByteStorage *x);
+
+THByteStorage *uncompress(THByteStorage *x);
+
+void seed(long s);
+
+THByteTensor *generate_vignettes(long n_problem, THLongTensor *labels);