23#ifndef _ASTERISK_PRIVACY_H
24#define _ASTERISK_PRIVACY_H
26#if defined(__cplusplus) || defined(c_plusplus)
30#define AST_PRIVACY_DENY (1 << 0)
31#define AST_PRIVACY_ALLOW (1 << 1)
32#define AST_PRIVACY_KILL (1 << 2)
33#define AST_PRIVACY_TORTURE (1 << 3)
34#define AST_PRIVACY_UNKNOWN (1 << 16)
42#if defined(__cplusplus) || defined(c_plusplus)
int ast_privacy_set(char *dest, char *cid, int status)
int ast_privacy_check(char *dest, char *cid)
int ast_privacy_reset(char *dest)