log.h 192 B

12345678910111213
  1. #ifndef _lub_log_h
  2. #define _lub_log_h
  3. #include <syslog.h>
  4. #ifdef HAVE_CONFIG_H
  5. #include "config.h"
  6. #endif /* HAVE_CONFIG_H */
  7. int lub_log_facility(const char *str, int *facility);
  8. #endif