mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
[DHCPCSVC] Move the public header rosdhcp_public.h
This header is not to be used outside of dhcpcsvc because it contains the data structures for the communication between the client and the server part within dhcpcsvc. That is why it is moved inside of dhcpcsvc and renamed to rosdhcp_pipe.h.
This commit is contained in:
parent
d489f1a170
commit
2c2cdfddd3
2 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
|||
#define NTOS_MODE_USER
|
||||
#include <ndk/rtlfuncs.h>
|
||||
#include <dhcpcsdk.h>
|
||||
#include <dhcp/rosdhcp_public.h>
|
||||
#include <rosdhcp_pipe.h>
|
||||
|
||||
#include "debug.h"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef ROSDHCP_PUBLIC_H
|
||||
#define ROSDHCP_PUBLIC_H
|
||||
#ifndef ROSDHCP_PIPE_H
|
||||
#define ROSDHCP_PIPE_H
|
||||
|
||||
enum {
|
||||
DhcpReqLeaseIpAddress,
|
||||
|
@ -43,4 +43,4 @@ typedef union _COMM_DHCP_REPLY {
|
|||
|
||||
#define DHCP_PIPE_NAME L"\\\\.\\pipe\\dhcpclient"
|
||||
|
||||
#endif/*ROSDHCP_PUBLIC_H*/
|
||||
#endif/*ROSDHCP_PIPE_H*/
|
Loading…
Reference in a new issue