Require force for many-victim realname G-lines; clean up gline.c.
[ircu2.10.12-pk.git] / include / gline.h
index a2acdd245e52477c1ff5924a2720807622cc56c5..44798a61cd7a29fa19a3b9530599be095cf0863b 100644 (file)
@@ -119,8 +119,6 @@ enum GlineAction {
 /** Return last modification time of a G-line. */
 #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,
                     time_t lifetime, unsigned int flags);