Update of /home/cvs/libidn/lib
In directory dopio:/tmp/cvs-serv23738

Modified Files:
        idn-free.c 
Log Message:
Include the specification first, to verify it is standalone.
Doc fix.


--- /home/cvs/libidn/lib/idn-free.c     2004/05/21 14:17:57     1.1
+++ /home/cvs/libidn/lib/idn-free.c     2005/02/27 17:03:56     1.2
@@ -1,6 +1,6 @@
 /* idn-free.c --- Invoke the `free' function releasing memory
  *                allocated by libidn functions.
- * Copyright (C) 2004 Simon Josefsson
+ * Copyright (C) 2004, 2005 Simon Josefsson
  *
  * This file is part of GNU Libidn.
  *
@@ -20,11 +20,12 @@
  *
  */
 
-#include <stdlib.h>
-
 /* Get specification. */
 #include "idn-free.h"
 
+/* Get free. */
+#include <stdlib.h>
+
 void
 idn_free (void *ptr)
 {



_______________________________________________
Libidn-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/libidn-commit

Reply via email to