diff options
Diffstat (limited to 'tnet_io/cwrapper.h')
-rw-r--r-- | tnet_io/cwrapper.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |