diff options
Diffstat (limited to 'src/rc/rc-selinux.h')
-rw-r--r-- | src/rc/rc-selinux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc-selinux.h b/src/rc/rc-selinux.h index 8cf73b05..e28f3339 100644 --- a/src/rc/rc-selinux.h +++ b/src/rc/rc-selinux.h @@ -30,6 +30,6 @@ int selinux_util_open(void); int selinux_util_label(const char *path); int selinux_util_close(void); -void selinux_setup(int argc, char **argv); +void selinux_setup(char **argv); #endif |