plan9port/src/cmd/auth/factotum/x.c

16 lines
130 B
C
Raw Normal View History

2005-02-13 05:59:29 +00:00
#include <u.h>
#include <libc.h>
#include <auth.h>
void
f(void*)
{
}
void
main(void)
{
f(auth_challenge);
f(auth_response);
}