]> git.meshlink.io Git - meshlink/blobdiff - src/protocol_auth.c
Use logging.h instead of syslog.h
[meshlink] / src / protocol_auth.c
index 24f8c758f1136d02d8be99f532b88de37fa592e6..b9f845b6fac4c226219e7e8ff4d49b38c47337c4 100644 (file)
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: protocol_auth.c,v 1.2 2002/04/09 15:26:00 zarq Exp $
+    $Id: protocol_auth.c,v 1.3 2002/04/13 11:07:12 zarq Exp $
 */
 
 #include "config.h"
 
 #include <stdlib.h>
 #include <string.h>
-#include <syslog.h>
 #include <stdio.h>
 #include <stdarg.h>
 #include <errno.h>
@@ -50,6 +49,7 @@
 #include "node.h"
 #include "edge.h"
 #include "graph.h"
+#include "logging.h"
 
 #include "system.h"