aklog-tidyup-20080401
[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 #if !defined(lint) && !defined(SABER)
9 static char *rcsid = "$Id$";
10 #endif /* lint || SABER */
11
12 #include <afs/stds.h>
13 #include "aklog.h"
14
15 int
16 main(int argc, char *argv[])
17 {
18     aklog(argc, argv);
19     exit(0);
20 }
21