/////////////////////////////////////////////////////////////////////////////
//                                                                         //
//  FILE          : FaxExtensionMethod.h                                   //
//                                                                         //
//  DESCRIPTION   : defines the prototype of Routing method				   //
//					Dialog display function.							   //
//                                                                         //
//  AUTHOR        : kereng                                                 //
//                                                                         //
//  HISTORY       :                                                        //
//      Jun 24 1999 kereng  created.                                       //
//                                                                         //
//  Copyright (C) 1999 Microsoft Corporation   All Rights Reserved         //
/////////////////////////////////////////////////////////////////////////////

#ifndef _FAXEXTMETHOD_H_
#define _FAXEXTMETHOD_H_

#include "..\..\common\src\com\msneroot\msneroot.h"

typedef int (FaxMethodDisplayDialog)(IFaxAssociatedRoutingMethod*);

#endif
