1 #ifndef NM_RENAME_VM_H_
2 #define NM_RENAME_VM_H_
3 
4 #include <nm_string.h>
5 
6 void nm_rename_vm(const nm_str_t *name);
7 
8 #endif /*NM_RENAME_VM_H_ */
9