Add default-monitor-time-sec
[platform/upstream/pulseaudio.git] / src / pulsecore / cynara.h
1 #include <stdbool.h>
2 #include <unistd.h>
3
4 #define VOLUME_SET_PRIVILEGE "http://tizen.org/privilege/volume.set"
5 #define RECORDER_PRIVILEGE "http://tizen.org/privilege/recorder"
6
7 void cynara_log(const char *string, int cynara_status);
8 bool cynara_check_privilege(int fd, const char *privilege, pid_t allowed_pid);