Header cleanup

This commit is contained in:
Max Goedjen 2020-03-18 20:04:48 -07:00
parent 85eb4983bc
commit 1caf65c68d
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8
1 changed files with 5 additions and 3 deletions

View File

@ -9,9 +9,13 @@
#import <Foundation/Foundation.h>
#import <Security/Security.h>
// 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 <SecretAgentKit/PublicHeader.h>