summaryrefslogtreecommitdiff
path: root/tnet_io/cwrapper.h
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2015-06-03 23:00:30 +0800
committerDeterminant <ted.sybil@gmail.com>2015-06-03 23:00:30 +0800
commita753eca0121ac3ec81ed76bd719d3f1cb9522680 (patch)
tree9777fdddf5d0404964353a0b3d2821e514f6eeb3 /tnet_io/cwrapper.h
parent38962683e518dcbebc0cfa6c0c9c9616b25d5bd1 (diff)
...
Diffstat (limited to 'tnet_io/cwrapper.h')
-rw-r--r--tnet_io/cwrapper.h1
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;