1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-02-02 20:45:49 +01:00
sway-patched-tray-menu/include/security.h
2016-12-01 19:58:11 -05:00

9 lines
214 B
C

#ifndef _SWAY_SECURITY_H
#define _SWAY_SECURITY_H
#include <unistd.h>
#include "sway/config.h"
enum secure_features get_feature_policy(pid_t pid);
enum command_context get_command_policy(const char *cmd);
#endif