Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / include / jupe.h
index 5c0cf7a9e87cd8144b5e7fd58da6a4801d2536fe..4aeda46fd942611e9f1c8a9c5c48fe093c410c78 100644 (file)
@@ -56,12 +56,14 @@ struct Jupe {
 #define JupeLastMod(j)         ((j)->ju_lastmod)
 
 extern int jupe_add(struct Client *cptr, struct Client *sptr, char *server,
-                   char *reason, time_t expire, time_t lastmod, int local,
-                   int active);
+                   char *reason, time_t expire, time_t lastmod,
+                   unsigned int flags);
 extern int jupe_activate(struct Client *cptr, struct Client *sptr,
-                        struct Jupe *jupe, time_t lastmod);
+                        struct Jupe *jupe, time_t lastmod,
+                        unsigned int flags);
 extern int jupe_deactivate(struct Client *cptr, struct Client *sptr,
-                          struct Jupe *jupe, time_t lastmod);
+                          struct Jupe *jupe, time_t lastmod,
+                          unsigned int flags);
 extern struct Jupe* jupe_find(char *server);
 extern void jupe_free(struct Jupe *jupe);
 extern void jupe_burst(struct Client *cptr);