iBoot/lib/pki/libGiantsUtils/GIReturnString.h

21 lines
378 B
C

/* Copyright (c) 2005-2007 Apple Inc. All Rights Reserved. */
/* GIReturnString.h - convert a GIReturn to a string */
#ifndef _GIANT_RETURN_STRING_H_
#define _GIANT_RETURN_STRING_H_
#ifdef __cplusplus
extern "C" {
#endif
#include <libGiants/giantTypes.h>
extern const char *GIReturnString(GIReturn grtn);
#ifdef __cplusplus
}
#endif
#endif /* _GIANT_RETURN_STRING_H_ */