X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/80e2389990082500d76eb566d4946be3e786c3ef..d8f41ccd20de16f8ebe2ccc84d47bf1cb2b26bbb:/libsecurity_transform/lib/misc.h diff --git a/libsecurity_transform/lib/misc.h b/libsecurity_transform/lib/misc.h deleted file mode 100644 index 5bee0f84..00000000 --- a/libsecurity_transform/lib/misc.h +++ /dev/null @@ -1,36 +0,0 @@ -/* - * misc.h - * libsecurity_transform - * - * Created by JOsborne on 3/19/10. - * Copyright 2010 Apple. All rights reserved. - * - */ - -#ifndef __INCLUDED_TRANSFORMS_MISC_H__ -#define __INCLUDED_TRANSFORMS_MISC_H__ - -#include -#include "SecTransform.h" - -#ifdef __cplusplus -extern "C" { -#endif - - - CFErrorRef fancy_error(CFStringRef domain, CFIndex code, CFStringRef description); - extern void graphviz(FILE *f, SecTransformRef tr); - extern void CFfprintf(FILE *f, const char *format, ...); - CFErrorRef GetNoMemoryError(); - CFErrorRef GetNoMemoryErrorAndRetain(); - void CFSafeRelease(CFTypeRef object); - - // NOTE: the return may or allocate a fair bit more space then it needs. - // Use it for short lived conversions (or strdup the result). - extern char *utf8(CFStringRef s); - -#ifdef __cplusplus -} -#endif - -#endif