mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
12 lines
361 B
C
12 lines
361 B
C
/*
|
|
* LICENSE: GPL - See COPYING in the top level directory
|
|
* PROJECT: ReactOS Console Server DLL
|
|
* FILE: win32ss/user/winsrv/consrv/alias.h
|
|
* PURPOSE: Alias support functions
|
|
* PROGRAMMERS: Christoph Wittich
|
|
* Johannes Anderwald
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
VOID IntDeleteAllAliases(PCONSRV_CONSOLE Console);
|