]> git.pond.sub.org Git - empserver/blobdiff - include/lost.h
Expire lost items at the update instead of continuously
[empserver] / include / lost.h
index 5cd62b7bc898bd8b1cc0cc8330336034ee25d0b2..6ceb1706f7ea44c45b7028c9d79b33f0eca31ede 100644 (file)
@@ -58,5 +58,6 @@ struct loststr {
 extern void lost_and_found(int, natid, natid, int, coord, coord);
 extern void makelost(short, natid, short, coord, coord);
 extern void makenotlost(short, natid, short, coord, coord);
+extern void delete_old_lostitems(void);
 
 #endif