commit | be8b315d1522fa1c109a49435c1638bafd838b91 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Thu Jun 17 03:27:35 2004 +0000 |
committer | rsc <devnull@localhost> | Thu Jun 17 03:27:35 2004 +0000 |
tree | 4d8e2a0799ab463160b0a80feb0a008940d11230 | |
parent | d9c8a7c5366aea63aa45b4afc6a75d133192786d [diff] [blame] |
basically none of these build
diff --git a/src/libauth/amount_getkey.c b/src/libauth/amount_getkey.c new file mode 100644 index 0000000..019fad2 --- /dev/null +++ b/src/libauth/amount_getkey.c
@@ -0,0 +1,5 @@ +#include <u.h> +#include <libc.h> +#include <auth.h> + +int (*amount_getkey)(char*) = auth_getkey;