X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Fclock.h;h=391b3835a4494e2e7276bd948fd408df3878cfe7;hb=refs%2Ftags%2Fupstream%2F2.5.1;hp=4da1cfca8757559e6f29bb2fbc65653b1e3cb89a;hpb=94c03cae686e4196a345d72452fda2a5203768ce;p=debian%2Famanda diff --git a/common-src/clock.h b/common-src/clock.h index 4da1cfc..391b383 100644 --- a/common-src/clock.h +++ b/common-src/clock.h @@ -25,7 +25,7 @@ * University of Maryland at College Park */ /* - * $Id: clock.h,v 1.5 2002/04/08 00:16:18 jrjackson Exp $ + * $Id: clock.h,v 1.6 2006/05/25 01:47:11 johnfranks Exp $ * * interface for timing functions */ @@ -52,13 +52,13 @@ extern times_t times_zero, start_time; # define amanda_gettimeofday(x, y) gettimeofday((x)) #endif -void startclock P((void)); -times_t stopclock P((void)); -times_t curclock P((void)); -times_t timesadd P((times_t a, times_t b)); -times_t timessub P((times_t a, times_t b)); -char * times_str P((times_t t)); -char * walltime_str P((times_t t)); -int clock_is_running P((void)); +void startclock(void); +times_t stopclock(void); +times_t curclock(void); +times_t timesadd(times_t a, times_t b); +times_t timessub(times_t a, times_t b); +char * times_str(times_t t); +char * walltime_str(times_t t); +int clock_is_running(void); #endif /* CLOCK_H */