diff options
Diffstat (limited to 'net/netlabel/netlabel_mgmt.h')
-rw-r--r-- | net/netlabel/netlabel_mgmt.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/netlabel/netlabel_mgmt.h b/net/netlabel/netlabel_mgmt.h index 3642d3bfc8eb..ccb2b3923591 100644 --- a/net/netlabel/netlabel_mgmt.h +++ b/net/netlabel/netlabel_mgmt.h | |||
@@ -168,4 +168,9 @@ enum { | |||
168 | /* NetLabel protocol functions */ | 168 | /* NetLabel protocol functions */ |
169 | int netlbl_mgmt_genl_init(void); | 169 | int netlbl_mgmt_genl_init(void); |
170 | 170 | ||
171 | /* NetLabel misc management functions */ | ||
172 | void netlbl_mgmt_protocount_inc(void); | ||
173 | void netlbl_mgmt_protocount_dec(void); | ||
174 | u32 netlbl_mgmt_protocount_value(void); | ||
175 | |||
171 | #endif | 176 | #endif |