[darwinbuild-changes] [252] trunk/darwinxref/cfutils.h

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 4 02:01:59 PDT 2006


Revision: 252
          http://trac.macosforge.org/projects/darwinbuild/changeset/252
Author:   kevin
Date:     2006-10-04 02:01:59 -0700 (Wed, 04 Oct 2006)

Log Message:
-----------
- moved arrayAppendArrayDistinct() to cfutils.c

Modified Paths:
--------------
    trunk/darwinxref/cfutils.h

Modified: trunk/darwinxref/cfutils.h
===================================================================
--- trunk/darwinxref/cfutils.h	2005-09-16 02:50:41 UTC (rev 251)
+++ trunk/darwinxref/cfutils.h	2006-10-04 09:01:59 UTC (rev 252)
@@ -43,6 +43,7 @@
 int writePlist(FILE* f, CFPropertyListRef p, int tabs);
 CFArrayRef tokenizeString(CFStringRef str);
 CFDictionaryRef mergeDictionaries(CFDictionaryRef dst, CFDictionaryRef src);
+void arrayAppendArrayDistinct(CFMutableArrayRef array, CFArrayRef other);
 
 extern CFArrayCallBacks cfArrayCStringCallBacks;
 extern CFDictionaryKeyCallBacks cfDictionaryCStringKeyCallBacks;

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20061004/9c63522b/attachment-0001.html


More information about the darwinbuild-changes mailing list