summaryrefslogtreecommitdiff
path: root/src/stubs/gettime.c
blob: 023441f80ed367c7467ebe4b99cf57a65c5fb766 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* $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 */