/****************************************************************************

   Copyright (c) Microsoft Corporation 1998
   All rights reserved

  File: SERVERDLG.H


 ***************************************************************************/

#ifndef _DIRECTORY_H_
#define _DIRECTORY_H_

INT_PTR CALLBACK
DirectoryDlgProc(
    HWND hDlg,
    UINT uMsg,
    WPARAM wParam,
    LPARAM lParam );


#endif // _DIRECTORY_H_
