22 lines
503 B
C
22 lines
503 B
C
/*
|
|
* Copyright (c) 2008-2009 Apple Inc. All rights reserved.
|
|
*
|
|
* This document is the property of Apple Inc.
|
|
* It is considered confidential and proprietary.
|
|
*
|
|
* This document may not be reproduced or transmitted in any form,
|
|
* in whole or in part, without the express written permission of
|
|
* Apple Inc.
|
|
*/
|
|
|
|
#include "WMRTypes.h"
|
|
|
|
#ifndef _ANDSTATS_H_
|
|
#define _ANDSTATS_H_
|
|
|
|
BOOL32 ANDExportAllStructs(void * pvoidDataBuffer, UInt32 * pdwDataSize);
|
|
|
|
#endif //_ANDSTATS_H_
|
|
|
|
|