/[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 328 by twoaday, Sat Mar 17 22:13:40 2007 UTC revision 329 by twoaday, Fri Sep 25 16:08:14 2009 UTC
# Line 37  enum cfg_t { Line 37  enum cfg_t {
37      CFG_KSERV_CONF,          CFG_KSERV_CONF,    
38  };  };
39    
40  /* All valid configuration commands. */  extern const char *cfg[];
 static const char *cfg [] = {  
     NULL,        
     "CacheTime",  
     "WordWrap",  
     "DefaultExt",  
     "Viewer",  
     "AlwaysTrust",  
     "AutoBackup",  
     "BackupMode",  
     "DisableHotkeys",    
     "NoCompressMultiMedia",      
     "Expert",  
     "FMProgressBar",  
     "BackupSecring"  
 };  
41    
42  struct winpt_prefs_s {  struct winpt_prefs_s {
43      int no_hotkeys;     /* disable ALL hotkeys */      int no_hotkeys;     /* disable ALL hotkeys */
# Line 99  int set_reg_entry (HKEY root_key, const Line 84  int set_reg_entry (HKEY root_key, const
84  int set_reg_key (HKEY root_key, const char * dir, const char * key,  int set_reg_key (HKEY root_key, const char * dir, const char * key,
85                                   const char * value);                                   const char * value);
86  int set_reg_entry_gpg (const char *key, const char *value);  int set_reg_entry_gpg (const char *key, const char *value);
 int set_reg_entry_mo (const char *value);  
87  char* get_reg_entry_gpg (const char * key);  char* get_reg_entry_gpg (const char * key);
88  char* get_reg_entry_mo (void);  char* get_reg_entry_mo (void);
89  int set_reg_entry_keyserver (const char * name, const char *val);  int set_reg_entry_keyserver (const char * name, const char *val);

Legend:
Removed from v.328  
changed lines
  Added in v.329

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26