21 lines
585 B
C
21 lines
585 B
C
/****************************************************************
|
|
* *
|
|
* Copyright 2005 Fidelity Information Services, Inc *
|
|
* *
|
|
* This source code contains the intellectual property *
|
|
* of its copyright holder(s), and is made available *
|
|
* under a license. If you do not know the terms of *
|
|
* the license, please stop and do not read further. *
|
|
* *
|
|
****************************************************************/
|
|
|
|
#ifndef MU_REORG_UPGRD_DWNGRD_DEFINED
|
|
|
|
/* prototypes */
|
|
|
|
void mu_reorg_upgrd_dwngrd(void);
|
|
|
|
#define MU_REORG_UPGRD_DWNGRD_DEFINED
|
|
|
|
#endif
|