diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-11 19:27:08 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-11 19:28:15 -0700 |
commit | 288648df6fa33c974824bd023a6baba11d6eefd8 (patch) | |
tree | 9ccf1b20d90caf975cebb1d25389e0998462a370 /libdhcp/include | |
parent | c3fa4301fd3a5205b6bc1de3c6975ac5b56befd6 (diff) |
libdhcp: Move files around
Diffstat (limited to 'libdhcp/include')
-rw-r--r-- | libdhcp/include/libdhcp/client.h (renamed from libdhcp/include/libdhcp/dhcp.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdhcp/include/libdhcp/dhcp.h b/libdhcp/include/libdhcp/client.h index 0b4c06f..6037a3b 100644 --- a/libdhcp/include/libdhcp/dhcp.h +++ b/libdhcp/include/libdhcp/client.h @@ -1,4 +1,4 @@ -/* libdhcp/dhcp.h - A DHCP client +/* libdhcp/client.h - A DHCP client * * Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> * SPDX-License-Identifier: AGPL-3.0-or-later |