13 lines
294 B
C
13 lines
294 B
C
#ifndef NIXIDE_UTIL
|
|
#define NIXIDE_UTIL
|
|
|
|
// Nix C API for utilities.
|
|
//
|
|
// Most notably containing functions for handling
|
|
// the `nix_c_context` structure, which is used throughout
|
|
// the Nix C APIs for error handling.
|
|
//
|
|
#include <nix_api_util.h>
|
|
// #include <nix_api_util_internal.h>
|
|
|
|
#endif
|