summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/commands.h1
-rw-r--r--include/inspircd_io.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/include/commands.h b/include/commands.h
index 8cd1361ee..de2f2c6c7 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -28,7 +28,6 @@
#include "users.h"
#include "channels.h"
-char* CleanFilename(char* name);
bool is_uline(const char* server);
long duration(const char* str);
void do_whois(userrec* user, userrec* dest,unsigned long signon, unsigned long idle, char* nick);
diff --git a/include/inspircd_io.h b/include/inspircd_io.h
index 19fce0847..0ef477ab5 100644
--- a/include/inspircd_io.h
+++ b/include/inspircd_io.h
@@ -320,5 +320,6 @@ int OpenTCPSocket (void);
int BindSocket (int sockfd, struct sockaddr_in client, struct sockaddr_in server, int port, char* addr);
void WritePID(std::string filename);
int BindPorts();
+char* CleanFilename(char* name);
#endif