Browse Source

- define added free_from -> free_to (used by vm)

Bogdan-Andrei Iancu 21 years ago
parent
commit
3b823d28cd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      parser/parse_from.h

+ 2 - 0
parser/parse_from.h

@@ -35,6 +35,8 @@
 /* casting macro for accessing From body */
 #define get_from(p_msg)  ((struct to_body*)(p_msg)->from->parsed)
 
+#define free_from(_to_body_)  free_to(_to_body_)
+
 
 /*
  * To header field parser