mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
implement server-time
This commit is contained in:
parent
33d8cc3254
commit
d535a79730
21 changed files with 323 additions and 39 deletions
|
|
@ -3,7 +3,16 @@
|
|||
#include <irssi/src/core/refstrings.h>
|
||||
|
||||
#if GLIB_CHECK_VERSION(2, 58, 0)
|
||||
/* nothing */
|
||||
|
||||
/* callback implementation for GHashTable */
|
||||
#undef i_refstr_release
|
||||
void i_refstr_release(char *str)
|
||||
{
|
||||
if (str != NULL) {
|
||||
g_ref_string_release(str);
|
||||
}
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
GHashTable *i_refstr_table;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue