diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-09-03 18:58:49 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-09-03 18:58:49 +0530 |
commit | 887b31ee12704e8c9da3bf4d26801d9236146192 (patch) | |
tree | 210d036978bad153f5e8ee46c14c4fc902ce7d37 /include | |
parent | a1eb8e06c42bf15e916a83180fc0d62c5a86fd37 (diff) |
nix: init
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); |