diff --git a/src/pv/remote.c b/src/pv/remote.c index 4386544..d05dfe8 100644 --- a/src/pv/remote.c +++ b/src/pv/remote.c @@ -1,13 +1,11 @@ /* - * Remote-control functions. + * Remote-control and remote-query functions. * * Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023-2025 Andrew Wood * * License GPLv3+: GNU GPL version 3 or later; see `docs/COPYING'. */ -/* TODO: move this to srv/pv/ instead of src/main/ since it uses internal pv structures. */ - #include "config.h" #include "pv.h" #include "pv-internal.h"