summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/inspircd_util.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/inspircd_util.h b/include/inspircd_util.h
deleted file mode 100644
index 1035960b3..000000000
--- a/include/inspircd_util.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/* +------------------------------------+
- * | Inspire Internet Relay Chat Daemon |
- * +------------------------------------+
- *
- * Inspire is copyright (C) 2002-2004 ChatSpike-Dev.
- * E-mail:
- * <brain@chatspike.net>
- * <Craig@chatspike.net>
- *
- * Written by Craig Edwards, Craig McLure, and others.
- * This program is free but copyrighted software; see
- * the file COPYING for details.
- *
- * ---------------------------------------------------
- */
-
-char* SafeStrncpy(char *, const char *, size_t );
-char* CleanIpAddr(char *, const char *);
-char* CleanFilename(char* name);
-