From 245098be070ede2b5ccc5f80b50f878feaecb3f1 Mon Sep 17 00:00:00 2001 From: Tony Kuker Date: Sun, 30 Oct 2022 12:22:54 -0500 Subject: [PATCH] split out list devices --- cpp/rasutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/rasutil.h b/cpp/rasutil.h index 9bf69c9e..0a4ac566 100644 --- a/cpp/rasutil.h +++ b/cpp/rasutil.h @@ -4,6 +4,7 @@ // for Raspberry Pi // // Copyright (C) 2021 Uwe Seimet +// Copyright (C) 2022 akuker // // Helper methods used by rascsi and rasctl // @@ -21,7 +22,6 @@ namespace ras_util { bool GetAsInt(const string&, int&); string Banner(const string&); - string ListDevices(const list&); string GetExtensionLowerCase(const string&);