X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=client-src%2Famandates.h;fp=client-src%2Famandates.h;h=7cc0f5d982b08553f82f79ed293d92ba09d2769f;hb=12179dea039515c06168c0037d048566a3f623de;hp=8cf5bba4f9df13972dbfef2c393930f6eadbb31a;hpb=94c03cae686e4196a345d72452fda2a5203768ce;p=debian%2Famanda diff --git a/client-src/amandates.h b/client-src/amandates.h index 8cf5bba..7cc0f5d 100644 --- a/client-src/amandates.h +++ b/client-src/amandates.h @@ -24,7 +24,7 @@ * file named AUTHORS, in the root directory of this distribution. */ /* - * $Id: amandates.h,v 1.3 1998/07/04 00:18:10 oliva Exp $ + * $Id: amandates.h,v 1.5 2006/07/25 18:35:21 martinea Exp $ * * interface for amandates file */ @@ -46,10 +46,10 @@ typedef struct amandates_s { time_t dates[DUMP_LEVELS]; /* dump dates */ } amandates_t; -int start_amandates P((int open_readwrite)); -void finish_amandates P((void)); -void free_amandates P((void)); -amandates_t *amandates_lookup P((char *name)); -void amandates_updateone P((char *name, int level, time_t dumpdate)); +int start_amandates (char *amandates_file, int open_readwrite); +void finish_amandates (void); +void free_amandates (void); +amandates_t *amandates_lookup (char *name); +void amandates_updateone (char *name, int level, time_t dumpdate); #endif /* ! AMANDATES_H */