]> git.sur5r.net Git - ngadmin/blobdiff - raw/include/nsdp/attr.h
Raw: refactor attribute encoding and decoding
[ngadmin] / raw / include / nsdp / attr.h
index 75ce384fcf100cdf8b6c38c097fff48ef65b615d..e85a00221b3b2002344817efd2b042ad932cf826 100644 (file)
@@ -73,5 +73,11 @@ void freeAttr (struct attr *at);
 void filterAttributes (List *attr, ...);
 
 
+int encodeAttr (struct attr *at);
+
+
+int decodeAttr (struct attr *at);
+
+
 #endif