]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - src/client/kv_writer.c
Separate daemon and client code. Provide a client library.
[thirdparty/lldpd.git] / src / client / kv_writer.c
similarity index 97%
rename from src/kv_writer.c
rename to src/client/kv_writer.c
index ab7a87cd3dfa21a6af164c9a60875705ddfbc126..3897caaf029d30f83535a18ff100f016e550f144 100644 (file)
@@ -1,3 +1,4 @@
+/* -*- mode: c; c-file-style: "openbsd" -*- */
 /*
  * Copyright (c) 2010 Andreas Hofmeister <andi@collax.com>
  *               2010 Vincent Bernat <bernat@luffy.cx>
@@ -20,7 +21,7 @@
 #include <string.h>
 
 #include "writer.h"
-#include "lldpd.h"
+#include "../log.h"
 
 #define SEP '.'