/*!
 * @file adsi.h
 * @brief Declarations for ADSI support.
 */
#ifndef _METERPRETER_SOURCE_EXTENSION_EXTAPI_ADSI_H
#define _METERPRETER_SOURCE_EXTENSION_EXTAPI_ADSI_H

DWORD request_adsi_domain_query(Remote *remote, Packet *packet);

#endif