diff options
Diffstat (limited to 'pref.h')
-rw-r--r-- | pref.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,6 +43,8 @@ struct preferences { short show_average_depth; short zoomed_plot; short hrgraph; + short save_userid_local; + char *userid; }; enum unit_system_values { METRIC, |