[USETUP]
[reactos.git] / reactos / base / setup / usetup / genlist.h
index fd5682c..8b09a5e 100644 (file)
@@ -16,7 +16,7 @@
  *  with this program; if not, write to the Free Software Foundation, Inc.,
  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
-/* $Id$
+/*
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS text-mode setup
  * FILE:            subsys/system/usetup/genlist.h
@@ -69,6 +69,9 @@ ScrollPageUpGenericList(PGENERIC_LIST List);
 VOID
 ScrollToPositionGenericList (PGENERIC_LIST List, ULONG uIndex);
 
+VOID
+RedrawGenericList(PGENERIC_LIST List);
+
 VOID
 SetCurrentListEntry(PGENERIC_LIST List, PGENERIC_LIST_ENTRY Entry);