#ifndef _SECURITY_SEC_IMPORT_EXPORT_UTILS_H_
#define _SECURITY_SEC_IMPORT_EXPORT_UTILS_H_
-#include "SecImportExport.h"
+#include <Security/SecImportExport.h>
#include "SecKeychainPriv.h"
-#include "SecBasePriv.h"
+#include <Security/SecBasePriv.h>
#include <security_utilities/debugging.h>
#include <security_utilities/errors.h>
#endif /* NDEBUG */
-#define SecImpExpDbg(args...) secdebug("SecImpExp", ## args)
-#define SecImpInferDbg(args...) secdebug("SecImpInfer", ## args)
+#define SecImpExpDbg(args...) secinfo("SecImpExp", ## args)
+#define SecImpInferDbg(args...) secinfo("SecImpInfer", ## args)
/*
* Parse file extension and attempt to map it to format and type. Returns true
SecExternalItemType *itemType); // RETURNED
/* do a [NSString stringByDeletingPathExtension] equivalent */
-CFStringRef impExpImportDeleteExtension(
+CFStringRef CF_RETURNS_RETAINED impExpImportDeleteExtension(
CFStringRef fileStr);
/*