aboutsummaryrefslogtreecommitdiff
path: root/c/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/defs.h')
-rw-r--r--c/defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/defs.h b/c/defs.h
index 6982578..606aa49 100644
--- a/c/defs.h
+++ b/c/defs.h
@@ -11,8 +11,8 @@ TCHAR *TszFromSz(const char *, int);
void UpdateLayout();
/* listview.c */
-HWND LvCreate(HMENU);
-int LvHeight(HWND);
+HWND LvCreate(HMENU, DWORD);
+int LvHeight(HWND, int);
/* episodelistview.c */
HWND ElvCreate();