X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Foptions.h;h=11acdcbbf7fa7052880045bd469ee5f76c0d256a;hp=4a6c7762f897868ae490b89274b62baccf3094f9;hb=0dd6923f3b5f44fdaed2a1d1060f7b8df5e7014c;hpb=68c4796e434bae49815d667264a780c8b63fc551 diff --git a/src/options.h b/src/options.h index 4a6c7762..11acdcbb 100644 --- a/src/options.h +++ b/src/options.h @@ -257,6 +257,14 @@ struct _ConfOptions gboolean fs_temp_disable; } tmp; } stereo; + + /* copy move rename */ + struct { + gint auto_start; + gchar *auto_end; + gint auto_padding; + gint formatted_start; + } cp_mv_rn; }; ConfOptions *options;