]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - libratbox/include/event-int.h
Fix a bug I caused. Whoops.
[irc/rqf/shadowircd.git] / libratbox / include / event-int.h
index 66e402b3a16eb1090662780275a05366b480f80f..4cabd31697b2bec00b5cbcea477e1810a7f51b6c 100644 (file)
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
  *
- *  $Id: event-int.h 24840 2008-01-03 19:42:17Z androsyn $
  */
 
-
 struct ev_entry
 {
        rb_dlink_node node;
        EVH *func;
        void *arg;
-       const char *name;
+       char *name;
        time_t frequency;
        time_t when;
+       time_t next;
        void *data;
        void *comm_ptr;
 };