]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - libratbox/include/event-int.h
autogen.sh is not necessary at this time, and did not work anyway.
[irc/rqf/shadowircd.git] / libratbox / include / event-int.h
index bd91de2e899035023b37e14f6367f0d7472e7b9d..993a78d009d5e9e3cfd7b501c351039cb8635700 100644 (file)
@@ -20,7 +20,7 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
  *
- *  $Id: event-int.h 25992 2008-09-03 00:20:22Z androsyn $
+ *  $Id: event-int.h 26272 2008-12-10 05:55:10Z androsyn $
  */
 
 struct ev_entry
@@ -31,6 +31,7 @@ struct ev_entry
        char *name;
        time_t frequency;
        time_t when;
+       time_t next;
        void *data;
        void *comm_ptr;
 };