/*
- * Copyright (c) 2001 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2001-2002 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
return (isA_CFType(obj, CFStringGetTypeID()));
}
+
+Boolean
+_SC_stringIsValidDNSName (const char *name);
+
+
+Boolean
+_SC_CFStringIsValidDNSName (CFStringRef name);
+
+
__END_DECLS
#endif /* _SCVALIDATION_H */