This commit is contained in:
rsc 2005-02-13 05:59:29 +00:00
parent 0f8ec41b0a
commit 6e527fbc4d
44 changed files with 9955 additions and 0 deletions

15
src/cmd/auth/factotum/x.c Normal file
View file

@ -0,0 +1,15 @@
#include <u.h>
#include <libc.h>
#include <auth.h>
void
f(void*)
{
}
void
main(void)
{
f(auth_challenge);
f(auth_response);
}