summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defs.h b/src/defs.h
index e74948529..6c93d8460 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -843,7 +843,7 @@ extern const char *xlookup(const struct xlat *, const uint64_t);
extern const char *xlookup_le(const struct xlat *, uint64_t *);
struct dyxlat;
-struct dyxlat *dyxlat_alloc(size_t nmemb);
+struct dyxlat *dyxlat_alloc(size_t nmemb, enum xlat_type type);
void dyxlat_free(struct dyxlat *);
const struct xlat *dyxlat_get(const struct dyxlat *);
void dyxlat_add_pair(struct dyxlat *, uint64_t val, const char *str, size_t len);