Remove irc_basename, replace it with rb_basename from libratbox.

This commit is contained in:
Valeriy Yatsko 2008-12-03 02:59:13 +03:00
parent 34f76fdd0f
commit b7a689d1e5
4 changed files with 6 additions and 28 deletions

View file

@ -116,7 +116,6 @@ extern int unload_one_module(const char *, int);
extern int load_one_module(const char *, int);
extern int load_a_module(const char *, int, int);
extern int findmodule_byname(const char *);
extern char *irc_basename(const char *);
extern void modules_init(void);
#endif /* INCLUDED_modules_h */