From 90e27b4356f2a6ab98e812c4096b0b76f94a8fb3 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Tue, 7 Jul 2020 18:41:38 +0200 Subject: Flesh out the ping implementation --- minecctl/misc-commands.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'minecctl/misc-commands.h') diff --git a/minecctl/misc-commands.h b/minecctl/misc-commands.h index 8ea4127..ac2fd54 100644 --- a/minecctl/misc-commands.h +++ b/minecctl/misc-commands.h @@ -8,4 +8,6 @@ bool do_lint(struct cfg *cfg); bool do_pcount(struct cfg *cfg); +bool do_ping(struct cfg *cfg); + #endif -- cgit v1.2.3