]> git.saurik.com Git - apple/security.git/blobdiff - OSX/sec/securityd/SecRevocationDb.h
Security-58286.60.28.tar.gz
[apple/security.git] / OSX / sec / securityd / SecRevocationDb.h
index 29a715fe9634a4fd6bc7d658bdea1692b8349bec..dd4b05a948ee793278158773ed558123951076c7 100644 (file)
@@ -126,8 +126,10 @@ CFIndex SecRevocationDbGetSchemaVersion(void);
  @function SecValidUpdateVerifyAndIngest
  @abstract Callback for receiving update data.
  @param updateData The decompressed update data.
+ @param updateServer The source server for this data.
+ @param fullUpdate If true, a full update was requested.
  */
-void SecValidUpdateVerifyAndIngest(CFDataRef updateData);
+void SecValidUpdateVerifyAndIngest(CFDataRef updateData, CFStringRef updateServer, bool fullUpdate);
 
 /*!
  @function readValidFile