diff options
| author | 2026-08-25 19:39:56 -0400 | |
|---|---|---|
| committer | 2026-08-25 19:39:56 -0400 | |
| commit | 8ebcc1fa354fac87771caa88ee67600412bbcb57 (patch) | |
| tree | 3413702b92b225bf59e733d250b599bef6781078 /src/common.h | |
| parent | 87a93623126c41cdfdbdb62878efb3f1d33b819e (diff) | |
| download | libnaunet-8ebcc1fa354fac87771caa88ee67600412bbcb57.tar.gz libnaunet-8ebcc1fa354fac87771caa88ee67600412bbcb57.tar.bz2 libnaunet-8ebcc1fa354fac87771caa88ee67600412bbcb57.zip | |
Global temp path, android build fixes
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/common.h')
| -rw-r--r-- | src/common.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index 30a8464..d22264b 100644 --- a/src/common.h +++ b/src/common.h @@ -1,6 +1,9 @@ #pragma once -#include <al/types.h> +#include <al/str.h> + +extern str nn_temp_directory; bool nn_common_init(const char *thread_name); +void nn_common_set_temp_directory(str *dir); void nn_common_close(void); |