Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / bsd / ntp / dist / sntp / log.h
blob6db09747e190aab3e065513954e742941a015962
1 /* $NetBSD$ */
3 #ifndef LOG_H
4 #define LOG_H
6 #include "config.h"
8 #include <stdio.h>
9 #include <stdlib.h>
10 #include <stdarg.h>
11 #include <syslog.h>
12 #include <time.h>
15 void log_msg(char *message, char type);
16 void debug_msg(char *message);
18 void init_log(const char *logfile);
19 void cleanup_log(void);
21 #endif