DDeepin Developerfeat: Init commit
814d96a0创建于 2022年8月15日历史提交
/* ids.h --
 *
 * Authors:
 *   Steve Grubb <sgrubb@redhat.com>
 *
 */

#ifndef IDS_HEADER
#define IDS_HEADER

#include "libaudit.h"
#define DAEMON_SESSION "4294967295"
#define UNSET 4294967295

extern int debug;
extern void my_printf(const char *fmt, ...)
	 __attribute__ (( format(printf, 1, 2) ));
extern void log_audit_event(int type, const char *text, int res);

#endif