summaryrefslogtreecommitdiff
path: root/src/maps/smap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/maps/smap.h')
-rw-r--r--src/maps/smap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/maps/smap.h b/src/maps/smap.h
index e056519..2096139 100644
--- a/src/maps/smap.h
+++ b/src/maps/smap.h
@@ -30,6 +30,7 @@ class smap : public hmap<obj_type, key_type>
void add_elem ( const obj_type &x, const key_type &k );
obj_type set_elem ( const obj_type &x, const key_type &k );
void del_elem ( const key_type &k );
+ void rename_key ( const key_type &k1, const key_type &k2 );
bool is_avail ( const key_type &k );
obj_type get_elem ( const key_type &k );
obj_type pop_elem ( const key_type &k );