summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/perk/perk.h')
-rw-r--r--include/perk/perk.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h
index de2ee57..e2001e1 100644
--- a/include/perk/perk.h
+++ b/include/perk/perk.h
@@ -121,10 +121,10 @@ struct pe_common_ctx {
const char * srcdir;
const char * dstdir;
const char * tmpdir;
- struct pe_symbol_ctx * symctx;
- struct pe_output_ctx * outctx;
- struct pe_linker_ctx * lnkctx;
- struct pe_server_ctx * srvctx;
+ const struct pe_symbol_ctx * symctx;
+ const struct pe_output_ctx * outctx;
+ const struct pe_linker_ctx * lnkctx;
+ const struct pe_server_ctx * srvctx;
};
struct pe_driver_ctx {