9 lines
155 B
C
9 lines
155 B
C
#ifndef NIXIDE_STORE
|
|
#define NIXIDE_STORE
|
|
|
|
// Nix C API for store operations.
|
|
//
|
|
#include <nix_api_store.h>
|
|
// #include <nix_api_store_internal.h>
|
|
|
|
#endif
|