Minor update.
[pysvrt.git] / svrt.h
diff --git a/svrt.h b/svrt.h
index 94020c4..e8c3f37 100644 (file)
--- a/svrt.h
+++ b/svrt.h
@@ -19,7 +19,7 @@
  *  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/>.
  *
  */
 
@@ -27,4 +27,6 @@ THByteStorage *compress(THByteStorage *x);
 
 THByteStorage *uncompress(THByteStorage *x);
 
+void seed(long s);
+
 THByteTensor *generate_vignettes(long n_problem, THLongTensor *labels);