nixide-sys header guards
This commit is contained in:
parent
d5bc2400c9
commit
ce6b3f7270
6 changed files with 30 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
#ifndef NIXIDE_EXPR
|
||||
#define NIXIDE_EXPR
|
||||
|
||||
// Nix C API for the Nix expressions evaluator.
|
||||
#include <nix_api_expr.h>
|
||||
|
||||
|
|
@ -8,3 +11,5 @@
|
|||
// Nix C API for external values.
|
||||
//
|
||||
#include <nix_api_external.h>
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue