summaryrefslogtreecommitdiff
path: root/src/network/tc/fq-codel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/tc/fq-codel.h')
-rw-r--r--src/network/tc/fq-codel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/network/tc/fq-codel.h b/src/network/tc/fq-codel.h
index 0ddb5099a8..c83a835653 100644
--- a/src/network/tc/fq-codel.h
+++ b/src/network/tc/fq-codel.h
@@ -11,7 +11,6 @@ typedef struct FairQueuingControlledDelay {
uint32_t limit;
} FairQueuingControlledDelay;
-int fair_queuing_controlled_delay_new(FairQueuingControlledDelay **ret);
int fair_queuing_controlled_delay_fill_message(Link *link, const FairQueuingControlledDelay *sfq, sd_netlink_message *req);
CONFIG_PARSER_PROTOTYPE(config_parse_tc_fair_queuing_controlled_delay_limit);