Gitiles
Code Review
Sign In
gerrit.named-data.net
/
NLSR
/
9e9fc72bc8b7bbce4bdbf77ccdd964559e836bfa
/
.
/
nlsr_npl.h
blob: 3c22f8e14284ca521d88bdf19eafd6b385cbee13 [
file
] [
log
] [
blame
]
akmhoque
03004e6
2012-09-06 01:12:28 -0500
[
diff
] [
blame
]
1
#ifndef
_NLSR_NPL_H_
2
#define
_NLSR_NPL_H_
3
4
void
add_name_to_npl
(
struct
name_prefix
*
np
);
5
void
print_name_prefix_from_npl
(
void
);
6
7
#endif