source: trunk/athena/bin/aklog/aklog.c @ 10763

Revision 10763, 439 bytes checked in by ghudson, 27 years ago (diff)
ANSIfy a bit.
Line 
1/*
2 * $Id: aklog.c,v 1.4 1997-11-17 16:23:47 ghudson Exp $
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
8static const char rcsid[] = "$Id: aklog.c,v 1.4 1997-11-17 16:23:47 ghudson Exp $";
9
10#include "aklog.h"
11
12int main(int argc, char *argv[])
13{
14    aklog_params params;
15
16    aklog_init_params(&params);
17    aklog(argc, argv, &params);
18}
Note: See TracBrowser for help on using the repository browser.