]> git.ozlabs.org Git - ccan/blobdiff - ccan/hash/_info
ccan/list: Add list_empty_nocheck
[ccan] / ccan / hash / _info
index 2ec7272529cc4b464e7f16f94a510d6dd16d2076..bbb3685b5a4dee7790da89bfbf1b2d5141ad6ad4 100644 (file)
@@ -1,4 +1,6 @@
+#include "config.h"
 #include <string.h>
+#include <stdio.h>
 
 /**
  * hash - routines for hashing bytes
@@ -12,7 +14,9 @@
  * The stable ones will always give the same results on any computer,
  * and on any version of this package.
  *
- * Licence: Public Domain
+ * License: CC0 (Public domain)
+ * Maintainer: Rusty Russell <rusty@rustcorp.com.au>
+ * Author: Bob Jenkins <bob_jenkins@burtleburtle.net>
  */
 int main(int argc, char *argv[])
 {
@@ -20,6 +24,7 @@ int main(int argc, char *argv[])
                return 1;
 
        if (strcmp(argv[1], "depends") == 0) {
+               printf("ccan/build_assert\n");
                return 0;
        }