diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-27 08:19:53 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-27 08:19:53 +0200 |
| commit | 0b32395de2500ad87e15fbb0ff4a852e313037e9 (patch) | |
| tree | 2607145be078cfac3b8f6b982c1b63352ebaf79e /src/nissy.h | |
| parent | bb09e52a7481718ae1fe324d16b99970450908f8 (diff) | |
| download | nissy-core-0b32395de2500ad87e15fbb0ff4a852e313037e9.tar.gz nissy-core-0b32395de2500ad87e15fbb0ff4a852e313037e9.zip | |
First try for derive tables
Diffstat (limited to 'src/nissy.h')
| -rw-r--r-- | src/nissy.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nissy.h b/src/nissy.h index 336130c..63e7a90 100644 --- a/src/nissy.h +++ b/src/nissy.h | |||
| @@ -86,6 +86,13 @@ int64_t nissy_gendata( | |||
| 86 | void *generated_data | 86 | void *generated_data |
| 87 | ); | 87 | ); |
| 88 | 88 | ||
| 89 | /* Temporarily added to test h48 intermediate tables */ | ||
| 90 | int64_t nissy_derivedata( | ||
| 91 | const char *options, | ||
| 92 | const void *fulltable, | ||
| 93 | void *generated_data | ||
| 94 | ); | ||
| 95 | |||
| 89 | /* Print information on a data table via the provided callback writer */ | 96 | /* Print information on a data table via the provided callback writer */ |
| 90 | int64_t nissy_datainfo( | 97 | int64_t nissy_datainfo( |
| 91 | const void *table, | 98 | const void *table, |
