log.h 186 B

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