convert3-4.h 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /*
  2. * CDE - Common Desktop Environment
  3. *
  4. * Copyright (c) 1993-2012, The Open Group. All rights reserved.
  5. *
  6. * These libraries and programs are free software; you can
  7. * redistribute them and/or modify them under the terms of the GNU
  8. * Lesser General Public License as published by the Free Software
  9. * Foundation; either version 2 of the License, or (at your option)
  10. * any later version.
  11. *
  12. * These libraries and programs are distributed in the hope that
  13. * they will be useful, but WITHOUT ANY WARRANTY; without even the
  14. * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  15. * PURPOSE. See the GNU Lesser General Public License for more
  16. * details.
  17. *
  18. * You should have received a copy of the GNU Lesser General Public
  19. * License along with these libraries and programs; if not, write
  20. * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  21. * Floor, Boston, MA 02110-1301 USA
  22. */
  23. /* $XConsortium: convert3-4.h /main/1 1996/04/21 19:22:34 drk $ */
  24. /*
  25. * (c) Copyright 1993, 1994 Hewlett-Packard Company
  26. * (c) Copyright 1993, 1994 International Business Machines Corp.
  27. * (c) Copyright 1993, 1994 Novell, Inc.
  28. * (c) Copyright 1993, 1994 Sun Microsystems, Inc.
  29. */
  30. #ifndef _CONVERT3_4_H
  31. #define _CONVERT3_4_H
  32. #include "ansi_c.h"
  33. /* convert3-4.h: conversion routines for rpc.cmsd version 3 to
  34. rpc.cmsd version 4 data types
  35. */
  36. extern Table_Args_4 *_DtCm_tableargs3_to_tableargs4 P((Table_Args_3*));
  37. extern Table_Args_4 *_DtCm_tabledelargs3_to_tabledelargs4 P((Table_Args_3*, Options_4));
  38. extern Registration_4 *_DtCm_reg3_to_reg4 P((Registration_3*));
  39. extern Access_Args_4 *_DtCm_accargs3_to_accargs4 P((Access_Args_3*));
  40. extern Table_Res_4 *_DtCm_tableres3_to_tableres4 P((Table_Res_3*));
  41. extern Table_Status_4 _DtCm_tablestat3_to_tablestat4 P((Table_Status_3));
  42. extern Access_Status_4 _DtCm_accstat3_to_accstat4 P((Access_Status_3));
  43. extern Registration_Status_4 _DtCm_regstat3_to_regstat4 P((Registration_Status_3));
  44. #endif