X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=includes.h;h=d3d4e390a2a10c59508e5bc859dac3aa4ceb8963;hb=331dda05d1d06fcb12763be9c34c82b5e280b3bc;hp=7083674fdc1f03ea85b1b0e7d8db85c3e5dc9cff;hpb=bf8b7becf2167e13a5b43d8f61b7e16913de2ead;p=opendoas.git diff --git a/includes.h b/includes.h index 7083674..d3d4e39 100644 --- a/includes.h +++ b/includes.h @@ -24,10 +24,10 @@ int pamauth(const char *, const char *, int, int); void shadowauth(const char *, int); #endif -#ifdef PERSIST_TIMESTAMP -int persist_open(int *, int); -int persist_set(int, int); -int persist_clear(); +#ifdef USE_TIMESTAMP +int timestamp_open(int *, int); +int timestamp_set(int, int); +int timestamp_clear(void); #endif #endif /* INCLUDES_H */