Nix
2.35.2
Nix, the purely functional package manager: C API (experimental)
Toggle main menu visibility
Loading...
Searching...
No Matches
nix_api_fetchers.h
Go to the documentation of this file.
1
#ifndef NIX_API_FETCHERS_H
2
#define NIX_API_FETCHERS_H
10
11
#include "
nix_api_util.h
"
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
// cffi start
17
18
// Type definitions
22
typedef
struct
nix_fetchers_settings
nix_fetchers_settings
;
23
24
nix_fetchers_settings
* nix_fetchers_settings_new(
nix_c_context
* context);
25
26
void
nix_fetchers_settings_free(
nix_fetchers_settings
* settings);
27
28
#ifdef __cplusplus
29
}
// extern "C"
30
#endif
31
32
#endif
// NIX_API_FETCHERS_H
nix_fetchers_settings
struct nix_fetchers_settings nix_fetchers_settings
Shared settings object.
Definition
nix_api_fetchers.h:22
nix_api_util.h
Main entry for the libutil C bindings.
nix_c_context
This object stores error state.
src
libfetchers-c
nix_api_fetchers.h
Generated by
1.17.0