diff options
Diffstat (limited to 'libpurple/util.h')
-rw-r--r-- | libpurple/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpurple/util.h b/libpurple/util.h index 8fe7a753ba..3db35d5aee 100644 --- a/libpurple/util.h +++ b/libpurple/util.h @@ -784,6 +784,7 @@ char *purple_fd_get_ip(int fd); * @param right A string to compare with left * * @return @c TRUE if the strings are the same, else @c FALSE. + * * @since 2.6.0 */ gboolean purple_strequal(const gchar *left, const gchar *right); |