# HG changeset patch # User William Ehlhardt # Date 1183611576 0 # Node ID bb4acabd8faca8899bbc09b4a3205c08d13c88cc # Parent 8948cd6bb8bca1447c4275f5cec82b980d323d01 Documentation diff -r 8948cd6bb8bc -r bb4acabd8fac libpurple/certificate.h --- a/libpurple/certificate.h Thu Jul 05 04:58:11 2007 +0000 +++ b/libpurple/certificate.h Thu Jul 05 04:59:36 2007 +0000 @@ -72,6 +72,9 @@ /** * Database for retrieval or storage of Certificates + * + * More or less a hash table; all lookups and writes are performed by a string + * key. */ struct _PurpleCertificatePool {