mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add prototype for new libc function mac_prepare_type().
Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
This commit is contained in:
parent
738824ad6c
commit
6139aaa8df
2 changed files with 2 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ int mac_prepare(mac_t *_label, char *_elements);
|
|||
int mac_prepare_file_label(mac_t *_label);
|
||||
int mac_prepare_ifnet_label(mac_t *_label);
|
||||
int mac_prepare_process_label(mac_t *_label);
|
||||
int mac_prepare_type(mac_t *_label, const char *_type);
|
||||
int mac_set_fd(int _fildes, const mac_t _label);
|
||||
int mac_set_file(const char *_path, mac_t _label);
|
||||
int mac_set_link(const char *_path, mac_t _label);
|
||||
|
|
|
|||
|
|
@ -90,6 +90,7 @@ int mac_prepare(mac_t *_label, char *_elements);
|
|||
int mac_prepare_file_label(mac_t *_label);
|
||||
int mac_prepare_ifnet_label(mac_t *_label);
|
||||
int mac_prepare_process_label(mac_t *_label);
|
||||
int mac_prepare_type(mac_t *_label, const char *_type);
|
||||
int mac_set_fd(int _fildes, const mac_t _label);
|
||||
int mac_set_file(const char *_path, mac_t _label);
|
||||
int mac_set_link(const char *_path, mac_t _label);
|
||||
|
|
|
|||
Loading…
Reference in a new issue