Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / include / gline.h
index 4a904664b0f57a88058a18d2844b13d7c1ef2a39..d0dc65aaf9c53603f1b5c03e9e71d7063ffe51ed 100644 (file)
@@ -75,6 +75,8 @@ struct Gline {
 #define GlineReason(g)         ((g)->gl_reason)
 #define GlineLastMod(g)                ((g)->gl_lastmod)
 
+extern int gline_propagate(struct Client *cptr, struct Client *sptr,
+                          struct Gline *gline);
 extern int gline_add(struct Client *cptr, struct Client *sptr, char *userhost,
                     char *reason, time_t expire, time_t lastmod,
                     unsigned int flags);