summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/include/systemd-network/sd-ndisc.h
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-09-11 14:29:35 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-09-11 14:29:35 -0400
commiteb769f251bdbeadca6a3e3b3b857038edc0262a6 (patch)
tree55edd5db35ade612890dc6cb8ddeae28d808ef88 /src/libsystemd-network/include/systemd-network/sd-ndisc.h
parent4ad34c64825c9edc1cebbb434b914b0312891545 (diff)
./tools/notsd-fixup
Diffstat (limited to 'src/libsystemd-network/include/systemd-network/sd-ndisc.h')
-rw-r--r--src/libsystemd-network/include/systemd-network/sd-ndisc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsystemd-network/include/systemd-network/sd-ndisc.h b/src/libsystemd-network/include/systemd-network/sd-ndisc.h
index e918fef71e..a26ec878bd 100644
--- a/src/libsystemd-network/include/systemd-network/sd-ndisc.h
+++ b/src/libsystemd-network/include/systemd-network/sd-ndisc.h
@@ -34,7 +34,6 @@ enum {
};
typedef struct sd_ndisc sd_ndisc;
-
typedef void(*sd_ndisc_router_callback_t)(sd_ndisc *nd, uint8_t flags, const struct in6_addr *gateway, unsigned lifetime, int pref, void *userdata);
typedef void(*sd_ndisc_prefix_onlink_callback_t)(sd_ndisc *nd, const struct in6_addr *prefix, unsigned prefixlen,
unsigned lifetime, void *userdata);