]> rtime.felk.cvut.cz Git - notmuch.git/blobdiff - lib/notmuch.h
lib: constify argument to notmuch_database_status_string
[notmuch.git] / lib / notmuch.h
index 8639b383f3352c2e7842fc47de94101b9f490860..86b5b4de4502be96f353b836ffaf22a6171a7f43 100644 (file)
@@ -313,7 +313,7 @@ notmuch_database_open_verbose (const char *path,
  *
  */
 const char *
-notmuch_database_status_string (notmuch_database_t *notmuch);
+notmuch_database_status_string (const notmuch_database_t *notmuch);
 
 /**
  * Commit changes and close the given notmuch database.