Updated with cleanup of treeview module.
[reactos.git] / rosapps / regedit / treeview.h
index 77e7802..a7654f2 100644 (file)
@@ -32,7 +32,8 @@ extern "C" {
 #endif // _MSC_VER > 1000
 
 
-HWND CreateTreeView(HWND hwndParent, int id, Root* pRoot);
+HWND CreateTreeView(HWND hwndParent, LPTSTR pHostName, int id);
+BOOL OnTreeExpanding(HWND hWnd, NMTREEVIEW* pnmtv);
 
 
 #ifdef __cplusplus