summaryrefslogtreecommitdiff
path: root/include/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h
index 32f8ba1b9..366396682 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -726,6 +726,11 @@ E NickAlias *findnick(const std::string &nick);
E NickCore *findcore(const char *nick);
E int is_on_access(User * u, NickCore * nc);
+/** Set the correct oper type for a nickcore
+ * @param nc The nick core
+ */
+E void SetOperType(NickCore *nc);
+
/**** operserv.c ****/
E SList akills, sglines, sqlines, szlines;