/[winpt]/trunk/Include/wptUtil.h
ViewVC logotype

Annotation of /trunk/Include/wptUtil.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 217 - (hide annotations)
Mon May 22 14:21:39 2006 UTC (18 years, 9 months ago) by twoaday
File MIME type: text/plain
File size: 333 byte(s)
2005-05-20  Timo Schulz  <ts@g10code.de>
                                                                                
        * wptKeyPropsDlg.cpp (keyprops_load_photo): avoid expensive
        process call when no photo is available.
        (keyprops_dlg_proc): avoid static data.
        * wptFileManager.cpp (fm_add_sig_stat): Free memory in case
        of on demand key requests.
        (show_verify_result): Likewise.
        (secret_key_available): Likewise.
        (fm_decrypt, fm_sign): Handle the new on demand key request
        mode and free all memory.


1 werner 37 #ifndef WPT_UTIL_H
2     #define WPT_UTIL_H
3    
4     /* helpers */
5     char* strsep (char **stringp, const char *delim);
6     const char *stristr (const char *buf, const char *sub);
7 twoaday 189 int check_email_address (const char *email);
8 twoaday 214 char* substr (const char *str, unsigned int begin, unsigned int end);
9 twoaday 217 void unhexify_buffer (const char *in, char **out);
10 werner 37
11     #endif

Properties

Name Value
svn:eol-style native

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26