aboutsummaryrefslogtreecommitdiff
path: root/src/nissy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nissy.h')
-rw-r--r--src/nissy.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/nissy.h b/src/nissy.h
index 63e7a90..0545556 100644
--- a/src/nissy.h
+++ b/src/nissy.h
@@ -93,6 +93,12 @@ int64_t nissy_derivedata(
93 void *generated_data 93 void *generated_data
94); 94);
95 95
96int64_t nissy_checkdata(
97 const char *solver,
98 const char *options,
99 const void *data
100);
101
96/* Print information on a data table via the provided callback writer */ 102/* Print information on a data table via the provided callback writer */
97int64_t nissy_datainfo( 103int64_t nissy_datainfo(
98 const void *table, 104 const void *table,

Generated with cgit - Back to sebastiano.tronto.net