use struct units instead of units

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11677 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-03-07 15:51:53 +00:00
parent 5ad036507a
commit fc44dd3f4a
2 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ RCSID("$Id$");
#include <parse_units.h>
#include "parse_time.h"
static units time_units[] = {
static struct units time_units[] = {
{"year", 365 * 24 * 60 * 60},
{"month", 30 * 24 * 60 * 60},
{"week", 7 * 24 * 60 * 60},