support a nixide C API extension

This commit is contained in:
do butterflies cry? 2026-04-10 10:13:26 +10:00
parent c96289e688
commit b7e9a69dd8
Signed by: cry
GPG key ID: F68745A836CA0412
12 changed files with 96 additions and 12 deletions

View file

@ -1,9 +1,10 @@
#ifndef NIXIDE_API_FETCHERS_H
#define NIXIDE_API_FETCHERS_H
#include "nix_api_fetchers.h"
#include <sys/types.h>
#include <nix_api_fetchers.h>
#ifdef __cplusplus
extern "C" {
#endif