diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/nix.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/nix.h b/include/nix.h new file mode 100644 index 0000000..8533a82 --- /dev/null +++ b/include/nix.h @@ -0,0 +1,4 @@ +#include <nix/nix_api_value.h> + +void _nix_get_string_strdup(const char *str, unsigned n, void *user_data); +int _nix_init(nix_c_context **nix_ctx); |