]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_ip_frag/rte_ip_frag.h
devargs: indent and cleanup
[dpdk.git] / lib / librte_ip_frag / rte_ip_frag.h
index 3989a5a819ebed8d87daafecea94bd87d94db40d..1083d440b56e2d167cf65d360791389b67bc7163 100644 (file)
  * Implementation of IP packet fragmentation and reassembly.
  */
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #include <stdint.h>
 #include <stdio.h>
 
@@ -350,4 +354,8 @@ void rte_ip_frag_free_death_row(struct rte_ip_frag_death_row *dr,
 void
 rte_ip_frag_table_statistics_dump(FILE * f, const struct rte_ip_frag_tbl *tbl);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* _RTE_IP_FRAG_H_ */