Nix 2.35.2
Nix, the purely functional package manager: C API (experimental)
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
14extern "C" {
15#endif
16// cffi start
17
18// Type definitions
23
24nix_fetchers_settings * nix_fetchers_settings_new(nix_c_context * context);
25
26void nix_fetchers_settings_free(nix_fetchers_settings * settings);
27
28#ifdef __cplusplus
29} // extern "C"
30#endif
31
32#endif // NIX_API_FETCHERS_H
struct nix_fetchers_settings nix_fetchers_settings
Shared settings object.
Definition nix_api_fetchers.h:22
Main entry for the libutil C bindings.
This object stores error state.