libpsl/src
Daniel Kahn Gillmor 73acfc570b avoid the need for psl_global_init() and psl_global_deinit()
There is no need to for an initialization function if the builtin
structs if the comparison function will look at label_buf directly
when label == NULL.

This simplifies the API for users, who now don't have to worry about
library initialization and deinitialization functions (these sort of
functions can cause headaches in chained library loads, esp. in plugin
architectures like PAM).
2014-03-24 18:33:27 -04:00
..
Makefile.am small cleanups in Makefile.am 2014-03-24 20:54:34 +01:00
psl.c avoid the need for psl_global_init() and psl_global_deinit() 2014-03-24 18:33:27 -04:00
psl2c.c LGPL->MIT license, some cleanups 2014-03-24 20:41:46 +01:00