projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Phonet: Netlink interface
[linux-2.6.git]
/
include
/
net
/
phonet
/
phonet.h
diff --git
a/include/net/phonet/phonet.h
b/include/net/phonet/phonet.h
index
c53f2ab
..
8b77794
100644
(file)
--- a/
include/net/phonet/phonet.h
+++ b/
include/net/phonet/phonet.h
@@
-71,4
+71,5
@@
struct phonet_protocol {
int phonet_proto_register(int protocol, struct phonet_protocol *pp);
void phonet_proto_unregister(int protocol, struct phonet_protocol *pp);
+void phonet_netlink_register(void);
#endif