aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/notmuch-private.h
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-12-21 12:08:46 -0800
committerGravatar Carl Worth <cworth@cworth.org>2010-01-06 10:32:05 -0800
commit1376a90db622b71e0997fca52c50ccf34faeed22 (patch)
tree7856e32d496e361e74a7d01ca03899ba0f42815e /lib/notmuch-private.h
parent6ca6c089e9df7affe6bee0392197509a24ab2546 (diff)
database: Allowing storing multiple filenames for a single message ID.
The library interface is unchanged so far, (still just notmuch_database_add_message), but internally, the old _set_filename function is now _add_filename instead.
Diffstat (limited to 'lib/notmuch-private.h')
-rw-r--r--lib/notmuch-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h
index 5a930bb3..e9712832 100644
--- a/lib/notmuch-private.h
+++ b/lib/notmuch-private.h
@@ -211,7 +211,7 @@ _notmuch_message_gen_terms (notmuch_message_t *message,
const char *text);
notmuch_status_t
-_notmuch_message_set_filename (notmuch_message_t *message,
+_notmuch_message_add_filename (notmuch_message_t *message,
const char *filename);
void