xref: /plan9/sys/src/libauth/amount_getkey.c (revision 9a747e4fd48b9f4522c70c07e8f882a15030f964)
1 #include <u.h>
2 #include <libc.h>
3 #include <auth.h>
4 
5 int (*amount_getkey)(char*) = auth_getkey;
6