]> git.armaanb.net Git - opendoas.git/blobdiff - includes.h
timestamp: rename and simplify
[opendoas.git] / includes.h
index 7083674fdc1f03ea85b1b0e7d8db85c3e5dc9cff..d3d4e390a2a10c59508e5bc859dac3aa4ceb8963 100644 (file)
@@ -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 */