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

Diff of /trunk/Include/wptRegistry.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 37 by werner, Thu Oct 27 19:12:40 2005 UTC revision 128 by twoaday, Mon Dec 19 13:05:59 2005 UTC
# Line 71  struct winpt_reg_prefs_s { Line 71  struct winpt_reg_prefs_s {
71          int progress;   /* show the progress bar dialog. */          int progress;   /* show the progress bar dialog. */
72      } fm;      } fm;
73      char *homedir;     /* mobile home directory. */      char *homedir;     /* mobile home directory. */
74    
75        /* Actual no registry options but virtual options. */
76        struct {
77            unsigned int ask_cert_level:1;
78        } gpg;
79  };  };
80    
81  extern reg_hotkey_s reg_hotkeys[];  extern reg_hotkey_s reg_hotkeys[];
# Line 106  int set_reg_proxy_prefs( const char * ho Line 111  int set_reg_proxy_prefs( const char * ho
111                           const char * user, const char * pass );                           const char * user, const char * pass );
112  int set_reg_entry_keyserver( const char * name, const char * val );  int set_reg_entry_keyserver( const char * name, const char * val );
113  char * get_reg_entry_keyserver( const char * name );  char * get_reg_entry_keyserver( const char * name );
114  int set_reg_winpt_flag( const char * name, int val );  int set_reg_winpt_flag (const char *name, int val);
115  int get_reg_winpt_flag( const char * name );  int get_reg_winpt_flag (const char *name);
116    char* get_reg_entry_gpg4win (const char *path);
117    int is_gpg4win_installed (void);
118    
119  #endif /* WPT_REGISTRY_H */  #endif /* WPT_REGISTRY_H */

Legend:
Removed from v.37  
changed lines
  Added in v.128

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26