diff --git a/SecretAgentKit/SecretAgentKit.h b/SecretAgentKit/SecretAgentKit.h index bbe5579..f929a4f 100644 --- a/SecretAgentKit/SecretAgentKit.h +++ b/SecretAgentKit/SecretAgentKit.h @@ -9,9 +9,13 @@ #import #import -// Forward declaration of proc_pidpath from libproc.h + +// Forward declarations + +// from libproc.h int proc_pidpath(int pid, void * buffer, uint32_t buffersize); +// from SecTask.h OSStatus SecCodeCreateWithPID(int32_t, SecCSFlags, SecCodeRef *); //! Project version number for SecretAgentKit. @@ -20,6 +24,4 @@ FOUNDATION_EXPORT double SecretAgentKitVersionNumber; //! Project version string for SecretAgentKit. FOUNDATION_EXPORT const unsigned char SecretAgentKitVersionString[]; -// In this header, you should import all the public headers of your framework using statements like #import -