]> git.notmuchmail.org Git - notmuch/blobdiff - test/random-corpus.c
Merge branch 'release'
[notmuch] / test / random-corpus.c
index b377eb40bfdce0964880e736f493f33f3e2066d0..aca694a3c1d364c12d3a0ca2c05984ddda261433 100644 (file)
@@ -19,7 +19,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see http://www.gnu.org/licenses/ .
+ * along with this program.  If not, see https://www.gnu.org/licenses/ .
  *
  * Author: David Bremner <david@tethera.net>
  */
@@ -119,6 +119,8 @@ const notmuch_opt_desc_t notmuch_shared_options[] = {
        { 0, 0, 0, 0, 0 }
 };
 
+char *notmuch_requested_db_uuid = NULL;
+
 void
 notmuch_process_shared_options (unused (const char *dummy))
 {