blob: 454f5fe88cda512cf5a7d877b09b38688ae6508a [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef GARNET_BIN_GUEST_CLI_LIST_H_
#define GARNET_BIN_GUEST_CLI_LIST_H_
#include <lib/sys/cpp/component_context.h>
void handle_list(sys::ComponentContext* context);
#endif // GARNET_BIN_GUEST_CLI_LIST_H_