summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-06-06 17:35:22 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-06-06 17:35:22 +0000
commit4f02df1fc30f68825daf01c446382effce2a4ea7 (patch)
treef74be8b8263b24f80dd6ed41f9d869d7f2188178 /include
parent50ed41bcd9f0c7596f2b5449aecddae3c9e224c2 (diff)
- Added read_links_file()
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2215 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-rw-r--r--include/s_serv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/s_serv.h b/include/s_serv.h
index 1f473ab..60c6feb 100644
--- a/include/s_serv.h
+++ b/include/s_serv.h
@@ -90,6 +90,7 @@ extern int delete_capability(const char *);
extern int unsigned find_capability(const char *);
extern void send_capabilities(struct Client *, int);
extern void write_links_file(void *);
+extern void read_links_file(void);
extern void server_estab(struct Client *);
extern const char *show_capabilities(struct Client *);
extern void try_connections(void *);