view src/plugins/convert/convert-plugin.h @ 9283:0de21e725d4e HEAD

ssl_username_from_cert=yes: Don't truncate username, don't allow NULs in it.
author Timo Sirainen <tss@iki.fi>
date Tue, 04 Aug 2009 14:54:56 -0400
parents e4eb71ae8e96
children
line wrap: on
line source

#ifndef CONVERT_PLUGIN_H
#define CONVERT_PLUGIN_H

void convert_plugin_init(void);
void convert_plugin_deinit(void);

#endif