]> git.saurik.com Git - apple/configd.git/blobdiff - SystemConfiguration.fproj/SCValidation.h
configd-53.tar.gz
[apple/configd.git] / SystemConfiguration.fproj / SCValidation.h
index 09f1aaf21bb3eefa1adcb8d09ad80ebd163ece4f..272cdc5db3b9dc58e08bf974f7f365461745ee4a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2001-2002 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  *
@@ -104,6 +104,15 @@ isA_CFString(CFTypeRef obj)
        return (isA_CFType(obj, CFStringGetTypeID()));
 }
 
+
+Boolean
+_SC_stringIsValidDNSName       (const char *name);
+
+
+Boolean
+_SC_CFStringIsValidDNSName     (CFStringRef name);
+
+
 __END_DECLS
 
 #endif /* _SCVALIDATION_H */