pidgin/pidgin

Add a line for datallah's cd529e1158d3.
release-2.x.y
2014-01-13, Mark Doliner
57da02a6ff77
Add a line for datallah's cd529e1158d3.

There's already a line in here for setting the max http fetch size
(added to ChangeLog in 0b8bec51e84b), but we should mention the
CVE, too.
/** @page cipher-signals Cipher Signals
@signals
@signal cipher-added
@signal cipher-removed
@endsignals
@see cipher.h
<hr>
@signaldef cipher-added
@signalproto
void (*cipher_added)(PurpleCipher *cipher);
@endsignalproto
@signaldesc
Emitted when a cipher is added.
@param cipher The cipher that was added.
@endsignaldef
@signaldef cipher-removed
@signalproto
void (*cipher_removed)(PurpleCipher *cipher);
@endsignalproto
@signaldesc
Emitted when a cipher is removed.
@param cipher The cipher that was removed.
@endsignaldef
*/
// vim: syntax=c.doxygen tw=75 et