libpsl/include
Darshit Shah 4d5982ed98 Add new function psl_free_string()
When writing a wrapper around LibPSL in a different language it is
important that libpsl provide functions to free any memory that it
allocates. Without this, it is impossible to correctly free the memory
allocated by psl_str_to_utf8lower() function since in other languages
one may not have access to the same free() call from libc.
2017-08-30 11:07:04 +02:00
..
Makefile.am LGPL->MIT license, some cleanups 2014-03-24 20:41:46 +01:00
libpsl.h.in Add new function psl_free_string() 2017-08-30 11:07:04 +02:00