snowleopard 64 bit warning death
[openafs.git] / src / aklog / aklog.c
1 /* 
2  * $Id$
3  *
4  * Copyright 1990,1991 by the Massachusetts Institute of Technology
5  * For distribution and copying rights, see the file "mit-copyright.h"
6  */
7
8 #include <afs/stds.h>
9 #include "aklog.h"
10
11 int
12 main(int argc, char *argv[])
13 {
14     aklog(argc, argv);
15     exit(0);
16 }
17