mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 16:33:53 +01:00
Remove unused function prototype.
This commit is contained in:
parent
f6199d5d12
commit
10946db85e
1 changed files with 0 additions and 7 deletions
|
@ -66,13 +66,6 @@ extern int irccmp(const char *s1, const char *s2);
|
|||
* ircncmp - counted case insensitive comparison of s1 and s2
|
||||
*/
|
||||
extern int ircncmp(const char *s1, const char *s2, int n);
|
||||
/*
|
||||
** canonize - reduce a string of duplicate list entries to contain
|
||||
** only the unique items.
|
||||
*/
|
||||
#ifdef NO_DUPE_MULTI_MESSAGES
|
||||
extern char *canonize(char *);
|
||||
#endif
|
||||
|
||||
#define EmptyString(x) ((x) == NULL || *(x) == '\0')
|
||||
#define CheckEmpty(x) EmptyString(x) ? "" : x
|
||||
|
|
Loading…
Reference in a new issue