X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fconf-ssl.h;h=c23737979a21e7043d1eed7ed488524b83742112;hb=98e9467c85b1a81fbbcebf2be21b3a0d83fb60c4;hp=22897ef51356aed7136a2a662398a9c44aa3254e;hpb=6f531a3c99ca267370b8f77cd3e51d751fb48826;p=ngircd-alex.git diff --git a/src/ngircd/conf-ssl.h b/src/ngircd/conf-ssl.h index 22897ef5..c2373797 100644 --- a/src/ngircd/conf-ssl.h +++ b/src/ngircd/conf-ssl.h @@ -37,11 +37,12 @@ struct ConnSSL_State { void *cookie; /* pointer to server configuration structure (for outgoing connections), or NULL. */ #endif + char *fingerprint; }; #endif -bool ConnSSL_InitLibrary(void); +GLOBAL bool ConnSSL_InitLibrary PARAMS((void)); #endif /* conf_ssl_h */