aboutsummaryrefslogtreecommitdiff
path: root/src/nissy.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-09-27 08:22:55 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-09-27 08:25:41 +0200
commitcee9856b2cb151f705acf6d27454ec08ef2b9a4e (patch)
tree4616e5c59e01be16e96103f9e9897ef004434eb7 /src/nissy.h
parent0b32395de2500ad87e15fbb0ff4a852e313037e9 (diff)
parent79500f46632ba50b1640d16983942b940dd7955f (diff)
downloadnissy-core-cee9856b2cb151f705acf6d27454ec08ef2b9a4e.tar.gz
nissy-core-cee9856b2cb151f705acf6d27454ec08ef2b9a4e.zip
Merge branch 'master' of tronto.net:h48
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