all: Adding typedefs near forward declarations of Interest/ContentObject/Name

refs #29
diff --git a/model/pit/ndn-pit.h b/model/pit/ndn-pit.h
index 1968bd4..186f8c4 100644
--- a/model/pit/ndn-pit.h
+++ b/model/pit/ndn-pit.h
@@ -35,6 +35,9 @@
 class ContentObject;
 class Interest;
 
+typedef Interest InterestHeader;
+typedef ContentObject ContentObjectHeader;
+
 ////////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////////