mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +00:00
13 lines
361 B
C
13 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);
|