Revision: 14850
Author: adrian.chadd
Date: Thu Jan 20 17:57:31 2011
Log: A previous v6 commit requires these methods to be exposed.


http://code.google.com/p/lusca-cache/source/detail?r=14850

Modified:
 /playpen/LUSCA_HEAD_ipv6/include/rfc1035.h
 /playpen/LUSCA_HEAD_ipv6/lib/rfc1035.c

=======================================
--- /playpen/LUSCA_HEAD_ipv6/include/rfc1035.h  Sun Jul  4 06:56:53 2010
+++ /playpen/LUSCA_HEAD_ipv6/include/rfc1035.h  Thu Jan 20 17:57:31 2011
@@ -101,6 +101,7 @@
     rfc1035_message ** answer);
extern int rfc1035QueryCompare(const rfc1035_query *, const rfc1035_query *);
 extern void rfc1035MessageDestroy(rfc1035_message * message);
+extern void rfc1035RRDestroy(rfc1035_rr * rr, int n);
 extern int rfc1035_errno;
 extern const char *rfc1035_error_message;

=======================================
--- /playpen/LUSCA_HEAD_ipv6/lib/rfc1035.c      Sun Jul  4 06:56:53 2010
+++ /playpen/LUSCA_HEAD_ipv6/lib/rfc1035.c      Thu Jan 20 17:57:31 2011
@@ -462,7 +462,7 @@
     }
 }

-static void
+void
 rfc1035RRDestroy(rfc1035_rr * rr, int n)
 {
     if (rr == NULL)

--
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en.

Reply via email to