aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gensvm_sv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gensvm_sv.h b/include/gensvm_sv.h
index 8347b95..b47d622 100644
--- a/include/gensvm_sv.h
+++ b/include/gensvm_sv.h
@@ -16,6 +16,6 @@
#include "gensvm_base.h"
// function declarations
-long gensvm_num_sv(struct GenModel *model, struct GenData *data);
+long gensvm_num_sv(struct GenModel *model);
#endif