mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 19:53:13 +02:00
Add of "modifier" hook, migration of charset plugin to new API, SIGHUP signal catched (reload all config files), better config files reloading
This commit is contained in:
@@ -20,9 +20,7 @@
|
||||
#ifndef __WEECHAT_STRING_H
|
||||
#define __WEECHAT_STRING_H 1
|
||||
|
||||
#ifndef HAVE_STRNDUP
|
||||
extern char *strndup (char *string, int length);
|
||||
#endif
|
||||
extern char *string_strndup (char *string, int length);
|
||||
extern void string_tolower (char *string);
|
||||
extern void string_toupper (char *string);
|
||||
extern int string_strcasecmp (char *string1, char *string2);
|
||||
|
||||
Reference in New Issue
Block a user