apicommon.h
上传用户:hnnddl
上传日期:2007-01-06
资源大小:3580k
文件大小:1k
源码类别:

IP电话/视频会议

开发平台:

WINDOWS

  1. /*
  2.  * $Revision: 1.1 $
  3.  * $Date: 1997/10/20 14:19:39 $
  4.  */
  5. ////////////////////////////////////////////////////////////////
  6. //               Copyright (c) 1996,97 Lucent Technologies    //
  7. //                       All Rights Reserved                  //
  8. //                                                            //
  9. //                       THIS IS UNPUBLISHED                  //
  10. //                       PROPRIETARY SOURCE                   //
  11. //                   CODE OF Lucent Technologies              //
  12. //                                                            //
  13. //           The copyright notice above does not evidence any //
  14. //          actual or intended publication of such source code//
  15. ////////////////////////////////////////////////////////////////
  16. /////////////////////////////////////////////////////////////////
  17. // File : apicommon.h        //
  18. //                                                             //
  19. //    //
  20. //    //
  21. // History:    //
  22. //    //
  23. // 15_Oct_1997 Created    //
  24. //    //
  25. /////////////////////////////////////////////////////////////////
  26. #if (!defined(__APICOMMON_H__))
  27. #define __APICOMMMON_H__
  28. #include "api/apierr.h"
  29. ProtReturnCode InitializeProtocolStack();
  30. ProtReturnCode UninitializeProtocolStack();
  31. #endif