Sfoglia il codice sorgente

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

Bogdan-Andrei Iancu 21 anni fa
parent
commit
3b823d28cd
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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