aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/auth/factotum/x.c
blob: 3bedfdd45bc9e8998736da056c57fea47421b402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include <u.h>
#include <libc.h>
#include <auth.h>

void
f(void*)
{
}

void
main(void)
{
	f(auth_challenge);
	f(auth_response);
}