From a753eca0121ac3ec81ed76bd719d3f1cb9522680 Mon Sep 17 00:00:00 2001 From: Determinant Date: Wed, 3 Jun 2015 23:00:30 +0800 Subject: ... --- tnet_io/cwrapper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tnet_io/cwrapper.h') diff --git a/tnet_io/cwrapper.h b/tnet_io/cwrapper.h index a34f090..54fb69b 100644 --- a/tnet_io/cwrapper.h +++ b/tnet_io/cwrapper.h @@ -14,6 +14,7 @@ extern "C" { size_t tnet_feature_repo_current_samplerate(TNetFeatureRepo *repo); const char *tnet_feature_repo_current_tag(TNetFeatureRepo *repo); void tnet_feature_repo_next(TNetFeatureRepo *repo); + int tnet_feature_repo_is_end(TNetFeatureRepo *repo); void tnet_feature_repo_destroy(TNetFeatureRepo *repo); typedef struct TNetLabelRepo TNetLabelRepo; -- cgit v1.2.3