diff options
Diffstat (limited to 'src/bin/embryo/embryo_cc_prefix.h')
-rw-r--r-- | src/bin/embryo/embryo_cc_prefix.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bin/embryo/embryo_cc_prefix.h b/src/bin/embryo/embryo_cc_prefix.h new file mode 100644 index 000000000..d6dc7b2a3 --- /dev/null +++ b/src/bin/embryo/embryo_cc_prefix.h @@ -0,0 +1,6 @@ +int e_prefix_determine(char *argv0); +void e_prefix_shutdown(void); +const char *e_prefix_get(void); +const char *e_prefix_bin_get(void); +const char *e_prefix_data_get(void); +const char *e_prefix_lib_get(void); |