@ -0,0 +1,12 @@
#pragma once
#include <stdbool.h>
typedef struct ctx {
char *home_path;
char *lock_path;
char *tmp_path;
char *dir_path;
} ctx_t;
bool ctx_init(ctx_t *ctx, char *homedir);
void ctx_free(ctx_t *ctx);
The note is not visible to the blocked user.