mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-01-31 19:57:51 +01:00
9 lines
225 B
C
9 lines
225 B
C
#ifndef _SWAY_SECURITY_H
|
|
#define _SWAY_SECURITY_H
|
|
#include <unistd.h>
|
|
#include "sway/config.h"
|
|
|
|
const struct feature_permissions *get_permissions(pid_t pid);
|
|
enum command_context get_command_context(const char *cmd);
|
|
|
|
#endif
|