diff options
Diffstat (limited to 'src/nix/daemon-command.hh')
-rw-r--r-- | src/nix/daemon-command.hh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/nix/daemon-command.hh b/src/nix/daemon-command.hh new file mode 100644 index 000000000..454af88e2 --- /dev/null +++ b/src/nix/daemon-command.hh @@ -0,0 +1,8 @@ +#pragma once +/// @file + +namespace nix { + +void registerNixDaemon(); + +} |