From 56ade3e18994eca0c3f449bbd29606dfd59ff11a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Thu, 19 Feb 1998 16:54:11 -0800 Subject: [PATCH] prototype for new function added Rev: src/mapping.h:1.9 --- src/mapping.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mapping.h b/src/mapping.h index 01dea81b24..8b3938bfc0 100644 --- a/src/mapping.h +++ b/src/mapping.h @@ -50,6 +50,7 @@ void mapping_index_no_free(struct svalue *dest, struct svalue *key); struct array *mapping_indices(struct mapping *m); struct array *mapping_values(struct mapping *m); +struct array *mapping_to_array(struct mapping *m); void mapping_replace(struct mapping *m,struct svalue *from, struct svalue *to); struct mapping *mkmapping(struct array *ind, struct array *val); struct mapping *copy_mapping(struct mapping *m); -- GitLab