1 #ifndef CLICK_IPSUMDUMP_IP_HH
2 #define CLICK_IPSUMDUMP_IP_HH
3 #include "ipsumdumpinfo.hh"
4 CLICK_DECLS
5 
6 class IPSummaryDump_IP { public:
7     static void static_initialize();
8     static void static_cleanup();
9 };
10 
11 CLICK_ENDDECLS
12 #endif
13