about summary refs log tree commit diff
path: root/pkgs/games/build-support/build-sandbox/src/params.h
blob: ecfa729551e78243cf2dbcb5dffa89f074c7b119 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _PARAMS_H
#define _PARAMS_H

#include <stdbool.h>
#include "nix-query.h"

bool setup_app_paths(void);
bool mount_runtime_path_vars(struct query_state *qs);

#endif