Makes sense to have it named like this now.
Would have been a bit nicer to do it earlier, but now should be fine too.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
14 files changed:
libfixedpoint_la_SOURCES = fixedpoint.h fixedpoint.c
liblldpctl_la_SOURCES = \
- lldpctl.h private.h errors.c connection.c atom.c helpers.c helpers.h \
+ lldpctl.h atom.h errors.c connection.c atom.c helpers.c helpers.h \
atom-private.c \
atoms/config.c atoms/dot1.c atoms/dot3.c \
atoms/interface.c atoms/med.c atoms/mgmt.c atoms/port.c
#include "lldpctl.h"
#include "../lldpd-structs.h"
#include "../log.h"
-#include "private.h"
+#include "atom.h"
#include "fixedpoint.h"
static lldpctl_map_t empty_map[] = {{ 0, NULL }};
#include <stdio.h>
#include <string.h>
#include "lldpctl.h"
-#include "private.h"
+#include "atom.h"
#include "../marshal.h"
#include "../ctl.h"
#include "../lldpd-structs.h"
#include "../lldpctl.h"
#include "../lldpd-structs.h"
#include "../log.h"
-#include "private.h"
+#include "atom.h"
#include "helpers.h"
static struct atom_map bond_slave_src_mac_map = {
#include "lldpctl.h"
#include "../lldpd-structs.h"
#include "../log.h"
-#include "private.h"
+#include "atom.h"
#include "helpers.h"
#ifdef ENABLE_DOT1
#include "lldpctl.h"
#include "../lldpd-structs.h"
#include "../log.h"
-#include "private.h"
+#include "atom.h"
#include "helpers.h"
#ifdef ENABLE_DOT3
#include "lldpctl.h"
#include "../lldpd-structs.h"
#include "../log.h"
-#include "private.h"
+#include "atom.h"
#include "helpers.h"
static int
#include "lldpctl.h"
#include "../lldpd-structs.h"
#include "../log.h"
-#include "private.h"
+#include "atom.h"
#include "helpers.h"
#include "fixedpoint.h"
#include "lldpctl.h"
#include "../lldpd-structs.h"
#include "../log.h"
-#include "private.h"
+#include "atom.h"
#include "helpers.h"
static int
#include "lldpctl.h"
#include "../lldpd-structs.h"
#include "../log.h"
-#include "private.h"
+#include "atom.h"
#include "helpers.h"
static struct atom_map lldpd_protocol_map = {
#include <sys/un.h>
#include "lldpctl.h"
-#include "private.h"
+#include "atom.h"
#include "../compat/compat.h"
#include "../ctl.h"
#include "../log.h"
*/
#include "lldpctl.h"
-#include "private.h"
+#include "atom.h"
#include "../log.h"
const char*
#include "lldpctl.h"
#include "../lldpd-structs.h"
#include "../log.h"
-#include "private.h"
+#include "atom.h"
#include "helpers.h"
const char*