gettime.c   [plain text]


/* $XFree86: xc/lib/font/stubs/gettime.c,v 1.1 1999/12/15 01:14:36 robin Exp $ */

#include "stubs.h"

unsigned long
GetTimeInMillis (void)
{
    return 0;
}

/* end of file */