sset: Make sset iteration check the type of the nodes it's iterating.
[cascardo/ovs.git] / lib / unicode.h
index b2078e6..4a8baca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, 2010 Nicira Networks.
+ * Copyright (c) 2009, 2010 Nicira, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -53,6 +53,6 @@ uc_is_surrogate(int c)
 int utf16_decode_surrogate_pair(int leading, int trailing);
 
 size_t utf8_length(const char *);
-char *utf8_validate(const char *, size_t *lengthp) WARN_UNUSED_RESULT;
+char *utf8_validate(const char *, size_t *lengthp) OVS_WARN_UNUSED_RESULT;
 
 #endif /* unicode.h */