Partial merge of condrv_restructure branch r65657.
[reactos.git] / reactos / win32ss / user / winsrv / consrv / history.h
1 /*
2 * LICENSE: GPL - See COPYING in the top level directory
3 * PROJECT: ReactOS Console Server DLL
4 * FILE: consrv/history.h
5 * PURPOSE: Console line input functions
6 * PROGRAMMERS: Jeffrey Morlan
7 */
8
9 #pragma once
10
11 VOID HistoryDeleteBuffers(PCONSRV_CONSOLE Console);