Fresh Rewritten Copy
diff --git a/nlsr_npl.h b/nlsr_npl.h
new file mode 100644
index 0000000..3c22f8e
--- /dev/null
+++ b/nlsr_npl.h
@@ -0,0 +1,7 @@
+#ifndef _NLSR_NPL_H_
+#define _NLSR_NPL_H_
+
+void add_name_to_npl(struct name_prefix *np);
+void print_name_prefix_from_npl(void);
+
+#endif