Skip to content
Snippets Groups Projects
filter.h 316 B
Newer Older
  • Learn to ignore specific revisions
  • #ifndef FILTER_H
    #define FILTER_H
    
    #ifndef PARENTAL_CONTROL_ULRFILTER
    #include <libbbfdm-api/dmcommon.h>
    
    #define log_info(str) BBF_INFO("%s", str)
    #define log_info2(str, arg) BBF_INFO("%s %s", str, arg)
    #define log_error(str) BBF_ERR("%s", str)
    #define log_error2(str, arg) BBF_ERR("%s %s", str, arg)
    
    #endif